Html Css Color HEX #200572 Persian Indigo

📋 copy color: '#200572'

red 32 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #200572

Tints of Persian Indigo #200572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 75.5%

R = 21.19%
G = 3.31%
B = 75.5%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200572 (or 0x200572) is known color: Persian Indigo. HEX triplet: 20, 05 and 72. RGB value is (32,5,114). Sum of RGB (Red+Green+Blue) = 32+5+114=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #200572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200572 is #DFFA8D. Grayscale: #191919. Windows color (decimal): -14678670 or 7472416. OLE color: 7472416.

HSL color Cylindrical-coordinate representation of color #200572: hue angle of 254.86º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200572 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 5 114 -
CMYK 0.72 0.96 0 0.55
HSL 254.86º 0.92% 0.23% -
HSV(B) 254.86º 0.96% 0.45% -
XYZ 3.69 1.63 16.04 -
YUV 25.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 32 5 114 0.72 0.96 0 0.55 254.86 0.92 0.23
Hex 20 5 72 48 60 0 37 FF 5C 17
Octal 40 5 162 110 140 0 67 377 134 27
Binary 100000 101 1110010 1001000 1100000 0 110111 11111111 1011100 10111

Color Harmonies of #200572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200572

Black with #200572

Text Example


Text Example

White with #200572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200572; }

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

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

background-color css

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

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

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

border-color css

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

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

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