Html Css Color HEX #200072 Persian Indigo

📋 copy color: '#200072'

red 32 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #200072

Tints of Persian Indigo #200072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.92%
G = 0%
B = 78.08%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200072 (or 0x200072) is known color: Persian Indigo. HEX triplet: 20, 00 and 72. RGB value is (32,0,114). Sum of RGB (Red+Green+Blue) = 32+0+114=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #200072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200072 is #DFFF8D. Grayscale: #161616. Windows color (decimal): -14679950 or 7471136. OLE color: 7471136.

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

Color convert

RGB 32 0 114 -
CMYK 0.72 1 0 0.55
HSL 256.84º 1% 0.22% -
HSV(B) 256.84º 1% 0.45% -
XYZ 3.63 1.52 16.02 -
YUV 22.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 32 0 114 0.72 1 0 0.55 256.84 1 0.22
Hex 20 0 72 48 64 0 37 101 64 16
Octal 40 0 162 110 144 0 67 401 144 26
Binary 100000 0 1110010 1001000 1100100 0 110111 100000001 1100100 10110

Color Harmonies of #200072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200072

Black with #200072

Text Example


Text Example

White with #200072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200072; }

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

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

background-color css

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

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

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

border-color css

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

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

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