#200178

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

Shades of Persian Indigo #200178

Tints of Persian Indigo #200178

Color information

#200178 (or 0x200178) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 78. RGB value is (32,1,120). Sum of RGB (Red+Green+Blue) = 32+1+120=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #200178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200178 is #DFFE87. Grayscale: #171717. Windows color (decimal): -14679688 or 7864608. OLE color: 7864608.

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

Color convert

RGB321120-
CMYK0.730.9900.53
HSL255.63º98.35%23.73%-
HSV(B)255.63º99.17%47.06%-
XYZ41.6817.88-
YUV23.84182.27133.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 120 (47.27% from 255) = 78.43%
R=20.92%
G=0.65%
B=78.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3211200.730.9900.53255.6398.3523.73
Hex2017849630351006218
Octal40117011114306540014230
Binary10000011111000100100111000110110101100000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200178; }

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

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

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

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

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

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

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

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