#200978

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

Shades of Persian Indigo #200978

Tints of Persian Indigo #200978

Color information

#200978 (or 0x200978) is unknown color: approx Persian Indigo. HEX triplet: 20, 09 and 78. RGB value is (32,9,120). Sum of RGB (Red+Green+Blue) = 32+9+120=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #200978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200978 is #DFF687. Grayscale: #1C1C1C. Windows color (decimal): -14677640 or 7866656. OLE color: 7866656.

HSL color Cylindrical-coordinate representation of color #200978: hue angle of 252.43º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200978 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB329120-
CMYK0.730.9200.53
HSL252.43º86.05%25.29%-
HSV(B)252.43º92.5%47.06%-
XYZ4.081.8617.91-
YUV28.53179.62130.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 120 (47.27% from 255) = 74.53%
R=19.88%
G=5.59%
B=74.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3291200.730.9200.53252.4386.0525.29
Hex20978495C035fc5619
Octal401117011113406537412631
Binary1000001001111100010010011011100011010111111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200978; }

 p { color: rgb(32,9,120); }

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

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

 a { background-color: rgb(32,9,120); }

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

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

 span { border-color: rgb(32,9,120); }

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