#220F76

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

Shades of Persian Indigo #220F76

Tints of Persian Indigo #220F76

Color information

#220F76 (or 0x220F76) is unknown color: approx Persian Indigo. HEX triplet: 22, 0F and 76. RGB value is (34,15,118). Sum of RGB (Red+Green+Blue) = 34+15+118=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #220F76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F76 is #DDF089. Grayscale: #202020. Windows color (decimal): -14545034 or 7737122. OLE color: 7737122.

HSL color Cylindrical-coordinate representation of color #220F76: hue angle of 251.07º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #220F76 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3415118-
CMYK0.710.8700.54
HSL251.07º77.44%26.08%-
HSV(B)251.07º87.29%46.27%-
XYZ4.11.9917.31-
YUV32.42176.29129.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=20.36%
G=8.98%
B=70.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34151180.710.8700.54251.0777.4426.08
Hex22F764757036fb4d1a
Octal421716610712706637311532
Binary1000101111111011010001111010111011011011111011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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