#200878

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

Shades of Persian Indigo #200878

Tints of Persian Indigo #200878

Color information

#200878 (or 0x200878) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 78. RGB value is (32,8,120). Sum of RGB (Red+Green+Blue) = 32+8+120=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #200878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200878 is #DFF787. Grayscale: #1B1B1B. Windows color (decimal): -14677896 or 7866400. OLE color: 7866400.

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

Color convert

RGB328120-
CMYK0.730.9300.53
HSL252.86º87.5%25.1%-
HSV(B)252.86º93.33%47.06%-
XYZ4.071.8417.91-
YUV27.94179.95130.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 120 (47.27% from 255) = 75%
R=20%
G=5%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3281200.730.9300.53252.8687.525.1
Hex20878495D035fd5819
Octal401017011113506537513031
Binary1000001000111100010010011011101011010111111101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200878; }

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

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

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

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

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

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

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

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