Html Css Color HEX #200872 Persian Indigo

📋 copy color: '#200872'

red 32 ◦ green 8 ◦ blue 114

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

Shades of Persian Indigo #200872

Tints of Persian Indigo #200872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 20.78%
G = 5.19%
B = 74.03%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200872 (or 0x200872) is known color: Persian Indigo. HEX triplet: 20, 08 and 72. RGB value is (32,8,114). Sum of RGB (Red+Green+Blue) = 32+8+114=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #200872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200872 is #DFF78D. Grayscale: #1A1A1A. Windows color (decimal): -14677902 or 7473184. OLE color: 7473184.

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

Color convert

RGB 32 8 114 -
CMYK 0.72 0.93 0 0.55
HSL 253.58º 0.87% 0.24% -
HSV(B) 253.58º 0.93% 0.45% -
XYZ 3.72 1.7 16.05 -
YUV 27.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 32 8 114 0.72 0.93 0 0.55 253.58 0.87 0.24
Hex 20 8 72 48 5D 0 37 FE 57 18
Octal 40 10 162 110 135 0 67 376 127 30
Binary 100000 1000 1110010 1001000 1011101 0 110111 11111110 1010111 11000

Color Harmonies of #200872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200872

Black with #200872

Text Example


Text Example

White with #200872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200872; }

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

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

background-color css

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

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

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

border-color css

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

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

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