#200376

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

Shades of Persian Indigo #200376

Tints of Persian Indigo #200376

Color information

#200376 (or 0x200376) is unknown color: approx Persian Indigo. HEX triplet: 20, 03 and 76. RGB value is (32,3,118). Sum of RGB (Red+Green+Blue) = 32+3+118=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #200376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200376 is #DFFC89. Grayscale: #181818. Windows color (decimal): -14679178 or 7734048. OLE color: 7734048.

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

Color convert

RGB323118-
CMYK0.730.9700.54
HSL255.13º95.04%23.73%-
HSV(B)255.13º97.46%46.27%-
XYZ3.91.6817.26-
YUV24.78180.61133.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 118 (46.48% from 255) = 77.12%
R=20.92%
G=1.96%
B=77.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3231180.730.9700.54255.1395.0423.73
Hex203764961036ff5f18
Octal40316611114106637713730
Binary10000011111011010010011100001011011011111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200376; }

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

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

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

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

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

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

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

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