#200279

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

Shades of Persian Indigo #200279

Tints of Persian Indigo #200279

Color information

#200279 (or 0x200279) is unknown color: approx Persian Indigo. HEX triplet: 20, 02 and 79. RGB value is (32,2,121). Sum of RGB (Red+Green+Blue) = 32+2+121=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #200279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200279 is #DFFD86. Grayscale: #181818. Windows color (decimal): -14679431 or 7930400. OLE color: 7930400.

HSL color Cylindrical-coordinate representation of color #200279: hue angle of 255.13º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200279 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB322121-
CMYK0.740.9800.53
HSL255.13º96.75%24.12%-
HSV(B)255.13º98.35%47.45%-
XYZ4.071.7318.21-
YUV24.54182.44133.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 121 (47.66% from 255) = 78.06%
R=20.65%
G=1.29%
B=78.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3221210.740.9800.53255.1396.7524.12
Hex202794A62035ff6118
Octal40217111214206537714130
Binary10000010111100110010101100010011010111111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200279; }

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

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

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

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

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

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

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

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