#200876

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

Shades of Persian Indigo #200876

Tints of Persian Indigo #200876

Color information

#200876 (or 0x200876) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 76. RGB value is (32,8,118). Sum of RGB (Red+Green+Blue) = 32+8+118=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #200876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200876 is #DFF789. Grayscale: #1B1B1B. Windows color (decimal): -14677898 or 7735328. OLE color: 7735328.

HSL color Cylindrical-coordinate representation of color #200876: hue angle of 253.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200876 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB328118-
CMYK0.730.9300.54
HSL253.09º87.3%24.71%-
HSV(B)253.09º93.22%46.27%-
XYZ3.951.7917.28-
YUV27.72178.95131.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=20.25%
G=5.06%
B=74.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3281180.730.9300.54253.0987.324.71
Hex20876495D036fd5719
Octal401016611113506637512731
Binary1000001000111011010010011011101011011011111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200876; }

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

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

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

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

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

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

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

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