#35038A

Color #35038A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #35038A

Tints of Persian Indigo #35038A

Color information

#35038A (or 0x35038A) is unknown color: approx Persian Indigo. HEX triplet: 35, 03 and 8A. RGB value is (53,3,138). Sum of RGB (Red+Green+Blue) = 53+3+138=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #35038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35038A is #CAFC75. Grayscale: #202020. Windows color (decimal): -13302902 or 9044789. OLE color: 9044789.

HSL color Cylindrical-coordinate representation of color #35038A: hue angle of 262.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35038A is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB533138-
CMYK0.620.9800.46
HSL262.22º95.74%27.65%-
HSV(B)262.22º97.83%54.12%-
XYZ6.092.6624.24-
YUV33.34187.06142.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=27.32%
G=1.55%
B=71.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5331380.620.9800.46262.2295.7427.65
Hex3538A3E6202E106601c
Octal6532127614205640614034
Binary110101111000101011111011000100101110100000110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35038A; }

 p { color: rgb(53,3,138); }

 H1.HeaderClassName
 {
   color: #35038A;
 }
 .AnyTagClassName
 {
   color: #35038A;
 }
</style>
background-color css

<style>
 a { background-color: #35038A; }

 a { background-color: rgb(53,3,138); }

 div.DivClassName
 {
   background-color: #35038A;
 }
 .BgClassName
 {
   background-color: #35038A;
 }
</style>
border-color css

<style>
 span { border-color: #35038A; }

 span { border-color: rgb(53,3,138); }

 td.TdClassName
 {
   border-color: #35038A;
 }
 .TagClassName
 {
   border-color: #35038A;
 }
</style>