#22076c

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

Shades of Persian Indigo #22076C

Tints of Persian Indigo #22076C

Color information

#22076C (or 0x22076C) is unknown color: approx Persian Indigo. HEX triplet: 22, 07 and 6C. RGB value is (34,7,108). Sum of RGB (Red+Green+Blue) = 34+7+108=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #22076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22076C is #DDF893. Grayscale: #1A1A1A. Windows color (decimal): -14547092 or 7079714. OLE color: 7079714.

HSL color Cylindrical-coordinate representation of color #22076C: hue angle of 256.04º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22076C is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB347108-
CMYK0.690.9400.58
HSL256.04º87.83%22.55%-
HSV(B)256.04º93.52%42.35%-
XYZ3.441.5714.31-
YUV26.59173.95133.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 108 (42.58% from 255) = 72.48%
R=22.82%
G=4.70%
B=72.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3471080.690.9400.58256.0487.8322.55
Hex2276C455E03A1005817
Octal42715410513607240013027
Binary1000101111101100100010110111100111010100000000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22076c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22076c; }

 p { color: rgb(34,7,108); }

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

<style>
 a { background-color: #22076c; }

 a { background-color: rgb(34,7,108); }

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

<style>
 span { border-color: #22076c; }

 span { border-color: rgb(34,7,108); }

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