Html Css Color HEX #220972 Persian Indigo

📋 copy color: '#220972'

red 34 ◦ green 9 ◦ blue 114

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

Shades of Persian Indigo #220972

Tints of Persian Indigo #220972

RGB

 RED value IS 34 (13.67% from 255) = 21.66%

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 21.66%
G = 5.73%
B = 72.61%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220972 (or 0x220972) is known color: Persian Indigo. HEX triplet: 22, 09 and 72. RGB value is (34,9,114). Sum of RGB (Red+Green+Blue) = 34+9+114=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #220972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220972 is #DDF68D. Grayscale: #1C1C1C. Windows color (decimal): -14546574 or 7473442. OLE color: 7473442.

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

Color convert

RGB 34 9 114 -
CMYK 0.70 0.92 0 0.55
HSL 254.29º 0.85% 0.24% -
HSV(B) 254.29º 0.92% 0.45% -
XYZ 3.79 1.75 16.06 -
YUV 28.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 34 9 114 0.70 0.92 0 0.55 254.29 0.85 0.24
Hex 22 9 72 46 5C 0 37 FE 55 18
Octal 42 11 162 106 134 0 67 376 125 30
Binary 100010 1001 1110010 1000110 1011100 0 110111 11111110 1010101 11000

Color Harmonies of #220972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220972

Black with #220972

Text Example


Text Example

White with #220972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220972; }

 p { color: rgb(34,9,114); }

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

background-color css

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

 a { background-color: rgb(34,9,114); }

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

border-color css

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

 span { border-color: rgb(34,9,114); }

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