Html Css Color HEX #200A72 Persian Indigo

📋 copy color: '#200A72'

red 32 ◦ green 10 ◦ blue 114

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

Shades of Persian Indigo #200A72

Tints of Persian Indigo #200A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.41%

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

R = 20.51%
G = 6.41%
B = 73.08%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200A72 (or 0x200A72) is known color: Persian Indigo. HEX triplet: 20, 0A and 72. RGB value is (32,10,114). Sum of RGB (Red+Green+Blue) = 32+10+114=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #200A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200A72 is #DFF58D. Grayscale: #1C1C1C. Windows color (decimal): -14677390 or 7473696. OLE color: 7473696.

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

Color convert

RGB 32 10 114 -
CMYK 0.72 0.91 0 0.55
HSL 252.69º 0.84% 0.24% -
HSV(B) 252.69º 0.91% 0.45% -
XYZ 3.74 1.74 16.06 -
YUV 28.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 32 10 114 0.72 0.91 0 0.55 252.69 0.84 0.24
Hex 20 A 72 48 5B 0 37 FD 54 18
Octal 40 12 162 110 133 0 67 375 124 30
Binary 100000 1010 1110010 1001000 1011011 0 110111 11111101 1010100 11000

Color Harmonies of #200A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200A72

Black with #200A72

Text Example


Text Example

White with #200A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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