Html Css Color HEX #200576 Persian Indigo

📋 copy color: '#200576'

red 32 ◦ green 5 ◦ blue 118

#200576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #200576

Tints of Persian Indigo #200576

RGB

 RED value IS 32 (12.89% from 255) = 20.65%

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 118 (46.48% from 255) = 76.13%

R = 20.65%
G = 3.23%
B = 76.13%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200576 (or 0x200576) is known color: Persian Indigo. HEX triplet: 20, 05 and 76. RGB value is (32,5,118). Sum of RGB (Red+Green+Blue) = 32+5+118=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #200576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200576 is #DFFA89. Grayscale: #191919. Windows color (decimal): -14678666 or 7734560. OLE color: 7734560.

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

Color convert

RGB 32 5 118 -
CMYK 0.73 0.96 0 0.54
HSL 254.34º 0.92% 0.24% -
HSV(B) 254.34º 0.96% 0.46% -
XYZ 3.92 1.72 17.27 -
YUV 25.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 32 5 118 0.73 0.96 0 0.54 254.34 0.92 0.24
Hex 20 5 76 49 60 0 36 FE 5C 18
Octal 40 5 166 111 140 0 66 376 134 30
Binary 100000 101 1110110 1001001 1100000 0 110110 11111110 1011100 11000

Color Harmonies of #200576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200576

Black with #200576

Text Example


Text Example

White with #200576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200576; }

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

 H1.HeaderClassName
 {
   color: #200576;
 }
 .AnyTagClassName
 {
   color: #200576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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