#22097C

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

Shades of Persian Indigo #22097C

Tints of Persian Indigo #22097C

Color information

#22097C (or 0x22097C) is unknown color: approx Persian Indigo. HEX triplet: 22, 09 and 7C. RGB value is (34,9,124). Sum of RGB (Red+Green+Blue) = 34+9+124=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #22097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22097C is #DDF683. Grayscale: #1D1D1D. Windows color (decimal): -14546564 or 8128802. OLE color: 8128802.

HSL color Cylindrical-coordinate representation of color #22097C: hue angle of 253.04º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22097C is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB349124-
CMYK0.730.9300.51
HSL253.04º86.47%26.08%-
HSV(B)253.04º92.74%48.63%-
XYZ4.41.9919.22-
YUV29.58181.28131.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 124 (48.83% from 255) = 74.25%
R=20.36%
G=5.39%
B=74.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3491240.730.9300.51253.0486.4726.08
Hex2297C495D033fd561a
Octal421117411113506337512632
Binary1000101001111110010010011011101011001111111101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22097C; }

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

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

<style>
 a { background-color: #22097C; }

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

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

<style>
 span { border-color: #22097C; }

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

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