#200979

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

Shades of Persian Indigo #200979

Tints of Persian Indigo #200979

Color information

#200979 (or 0x200979) is unknown color: approx Persian Indigo. HEX triplet: 20, 09 and 79. RGB value is (32,9,121). Sum of RGB (Red+Green+Blue) = 32+9+121=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #200979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200979 is #DFF686. Grayscale: #1C1C1C. Windows color (decimal): -14677639 or 7932192. OLE color: 7932192.

HSL color Cylindrical-coordinate representation of color #200979: hue angle of 252.32º 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 #200979 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB329121-
CMYK0.740.9300.53
HSL252.32º86.15%25.49%-
HSV(B)252.32º92.56%47.45%-
XYZ4.141.8818.23-
YUV28.64180.12130.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 121 (47.66% from 255) = 74.69%
R=19.75%
G=5.56%
B=74.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3291210.740.9300.53252.3286.1525.49
Hex209794A5D035fc5619
Octal401117111213506537412631
Binary1000001001111100110010101011101011010111111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200979; }

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

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

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

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

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

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

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

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