#220B6E

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

Shades of Persian Indigo #220B6E

Tints of Persian Indigo #220B6E

Color information

#220B6E (or 0x220B6E) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 6E. RGB value is (34,11,110). Sum of RGB (Red+Green+Blue) = 34+11+110=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #220B6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B6E is #DDF491. Grayscale: #1C1C1C. Windows color (decimal): -14546066 or 7211810. OLE color: 7211810.

HSL color Cylindrical-coordinate representation of color #220B6E: hue angle of 253.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220B6E is Cyan = 0.69, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3411110-
CMYK0.690.900.57
HSL253.94º81.82%23.73%-
HSV(B)253.94º90%43.14%-
XYZ3.591.7114.89-
YUV29.16173.62131.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 110 (43.36% from 255) = 70.97%
R=21.94%
G=7.10%
B=70.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34111100.690.900.57253.9481.8223.73
Hex22B6E455A039fe5218
Octal421315610513207137612230
Binary1000101011110111010001011011010011100111111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,11,110); }

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

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

 a { background-color: rgb(34,11,110); }

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

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

 span { border-color: rgb(34,11,110); }

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