#22086F

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

Shades of Persian Indigo #22086F

Tints of Persian Indigo #22086F

Color information

#22086F (or 0x22086F) is unknown color: approx Persian Indigo. HEX triplet: 22, 08 and 6F. RGB value is (34,8,111). Sum of RGB (Red+Green+Blue) = 34+8+111=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #22086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22086F is #DDF790. Grayscale: #1B1B1B. Windows color (decimal): -14546833 or 7276578. OLE color: 7276578.

HSL color Cylindrical-coordinate representation of color #22086F: hue angle of 255.15º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22086F is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB348111-
CMYK0.690.9300.56
HSL255.15º86.55%23.33%-
HSV(B)255.15º92.79%43.53%-
XYZ3.621.6615.17-
YUV27.52175.11132.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=22.22%
G=5.23%
B=72.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3481110.690.9300.56255.1586.5523.33
Hex2286F455D038ff5717
Octal421015710513507037712727
Binary1000101000110111110001011011101011100011111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22086F; }

 p { color: rgb(34,8,111); }

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

<style>
 a { background-color: #22086F; }

 a { background-color: rgb(34,8,111); }

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

<style>
 span { border-color: #22086F; }

 span { border-color: rgb(34,8,111); }

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