#220F79

Color #220F79 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #220F79

Tints of Persian Indigo #220F79

Color information

#220F79 (or 0x220F79) is unknown color: approx Persian Indigo. HEX triplet: 22, 0F and 79. RGB value is (34,15,121). Sum of RGB (Red+Green+Blue) = 34+15+121=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #220F79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F79 is #DDF086. Grayscale: #202020. Windows color (decimal): -14545031 or 7933730. OLE color: 7933730.

HSL color Cylindrical-coordinate representation of color #220F79: hue angle of 250.75º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220F79 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3415121-
CMYK0.720.8800.53
HSL250.75º77.94%26.67%-
HSV(B)250.75º87.6%47.45%-
XYZ4.282.0618.26-
YUV32.76177.79128.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 121 (47.66% from 255) = 71.18%
R=20%
G=8.82%
B=71.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34151210.720.8800.53250.7577.9426.67
Hex22F794858035fb4e1b
Octal421717111013006537311633
Binary1000101111111100110010001011000011010111111011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,15,121); }

 H1.HeaderClassName
 {
   color: #220F79;
 }
 .AnyTagClassName
 {
   color: #220F79;
 }
</style>
background-color css

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

 a { background-color: rgb(34,15,121); }

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

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

 span { border-color: rgb(34,15,121); }

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