#220F72

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

Shades of Persian Indigo #220F72

Tints of Persian Indigo #220F72

Color information

#220F72 (or 0x220F72) is unknown color: approx Persian Indigo. HEX triplet: 22, 0F and 72. RGB value is (34,15,114). Sum of RGB (Red+Green+Blue) = 34+15+114=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #220F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F72 is #DDF08D. Grayscale: #1F1F1F. Windows color (decimal): -14545038 or 7474978. OLE color: 7474978.

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

Color convert

RGB3415114-
CMYK0.700.8700.55
HSL251.52º76.74%25.29%-
HSV(B)251.52º86.84%44.71%-
XYZ3.871.916.08-
YUV31.97174.29129.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=20.86%
G=9.20%
B=69.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34151140.700.8700.55251.5276.7425.29
Hex22F724657037fc4d19
Octal421716210612706737411531
Binary1000101111111001010001101010111011011111111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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