Html Css Color HEX #220E72 Persian Indigo

📋 copy color: '#220E72'

red 34 ◦ green 14 ◦ blue 114

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

Shades of Persian Indigo #220E72

Tints of Persian Indigo #220E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.64%

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

R = 20.99%
G = 8.64%
B = 70.37%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220E72 (or 0x220E72) is known color: Persian Indigo. HEX triplet: 22, 0E and 72. RGB value is (34,14,114). Sum of RGB (Red+Green+Blue) = 34+14+114=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #220E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220E72 is #DDF18D. Grayscale: #1F1F1F. Windows color (decimal): -14545294 or 7474722. OLE color: 7474722.

HSL color Cylindrical-coordinate representation of color #220E72: hue angle of 252º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220E72 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 14 114 -
CMYK 0.70 0.88 0 0.55
HSL 252º 0.78% 0.25% -
HSV(B) 252º 0.88% 0.45% -
XYZ 3.85 1.87 16.08 -
YUV 31.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 34 14 114 0.70 0.88 0 0.55 252 0.78 0.25
Hex 22 E 72 46 58 0 37 FC 4E 19
Octal 42 16 162 106 130 0 67 374 116 31
Binary 100010 1110 1110010 1000110 1011000 0 110111 11111100 1001110 11001

Color Harmonies of #220E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220E72

Black with #220E72

Text Example


Text Example

White with #220E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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