#200176

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

Shades of Persian Indigo #200176

Tints of Persian Indigo #200176

Color information

#200176 (or 0x200176) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 76. RGB value is (32,1,118). Sum of RGB (Red+Green+Blue) = 32+1+118=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #200176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200176 is #DFFE89. Grayscale: #171717. Windows color (decimal): -14679690 or 7733536. OLE color: 7733536.

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

Color convert

RGB321118-
CMYK0.730.9900.54
HSL255.9º98.32%23.33%-
HSV(B)255.9º99.15%46.27%-
XYZ3.881.6417.25-
YUV23.61181.27133.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=21.19%
G=0.66%
B=78.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3211180.730.9900.54255.998.3223.33
Hex2017649630361006217
Octal40116611114306640014227
Binary10000011110110100100111000110110110100000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200176; }

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

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

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

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

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

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

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

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