#22086B

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

Shades of Persian Indigo #22086B

Tints of Persian Indigo #22086B

Color information

#22086B (or 0x22086B) is unknown color: approx Persian Indigo. HEX triplet: 22, 08 and 6B. RGB value is (34,8,107). Sum of RGB (Red+Green+Blue) = 34+8+107=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #22086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22086B is #DDF794. Grayscale: #1A1A1A. Windows color (decimal): -14546837 or 7014434. OLE color: 7014434.

HSL color Cylindrical-coordinate representation of color #22086B: hue angle of 255.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22086B is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB348107-
CMYK0.680.9300.58
HSL255.76º86.09%22.55%-
HSV(B)255.76º92.52%41.96%-
XYZ3.41.5814.03-
YUV27.06173.11132.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 107 (42.19% from 255) = 71.81%
R=22.82%
G=5.37%
B=71.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3481070.680.9300.58255.7686.0922.55
Hex2286B445D03A1005617
Octal421015310413507240012627
Binary10001010001101011100010010111010111010100000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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