#200A74

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

Shades of Persian Indigo #200A74

Tints of Persian Indigo #200A74

Color information

#200A74 (or 0x200A74) is unknown color: approx Persian Indigo. HEX triplet: 20, 0A and 74. RGB value is (32,10,116). Sum of RGB (Red+Green+Blue) = 32+10+116=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #200A74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A74 is #DFF58B. Grayscale: #1C1C1C. Windows color (decimal): -14677388 or 7604768. OLE color: 7604768.

HSL color Cylindrical-coordinate representation of color #200A74: hue angle of 252.45º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200A74 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3210116-
CMYK0.720.9100.55
HSL252.45º84.13%24.71%-
HSV(B)252.45º91.38%45.49%-
XYZ3.861.7916.66-
YUV28.66177.29130.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 116 (45.70% from 255) = 73.42%
R=20.25%
G=6.33%
B=73.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32101160.720.9100.55252.4584.1324.71
Hex20A74485B037fc5419
Octal401216411013306737412431
Binary1000001010111010010010001011011011011111111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A74; }

 p { color: rgb(32,10,116); }

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

<style>
 a { background-color: #200A74; }

 a { background-color: rgb(32,10,116); }

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

<style>
 span { border-color: #200A74; }

 span { border-color: rgb(32,10,116); }

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