#22096A

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

Shades of Persian Indigo #22096A

Tints of Persian Indigo #22096A

Color information

#22096A (or 0x22096A) is unknown color: approx Persian Indigo. HEX triplet: 22, 09 and 6A. RGB value is (34,9,106). Sum of RGB (Red+Green+Blue) = 34+9+106=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 106 (41.80% from 255 or 71.14% from 149); Max value from RGB is 106 - color contains mainly: blue. Hex color #22096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22096A is #DDF695. Grayscale: #1B1B1B. Windows color (decimal): -14546582 or 6949154. OLE color: 6949154.

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

Color convert

RGB349106-
CMYK0.680.9200.58
HSL255.46º84.35%22.55%-
HSV(B)255.46º91.51%41.57%-
XYZ3.361.5813.76-
YUV27.53172.28132.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 106 (41.80% from 255) = 71.14%
R=22.82%
G=6.04%
B=71.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3491060.680.9200.58255.4684.3522.55
Hex2296A445C03Aff5417
Octal421115210413407237712427
Binary1000101001110101010001001011100011101011111111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22096A; }

 p { color: rgb(34,9,106); }

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

<style>
 a { background-color: #22096A; }

 a { background-color: rgb(34,9,106); }

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

<style>
 span { border-color: #22096A; }

 span { border-color: rgb(34,9,106); }

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