#22117D

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

Shades of Persian Indigo #22117D

Tints of Persian Indigo #22117D

Color information

#22117D (or 0x22117D) is unknown color: approx Persian Indigo. HEX triplet: 22, 11 and 7D. RGB value is (34,17,125). Sum of RGB (Red+Green+Blue) = 34+17+125=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #22117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22117D is #DDEE82. Grayscale: #212121. Windows color (decimal): -14544515 or 8196386. OLE color: 8196386.

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

Color convert

RGB3417125-
CMYK0.730.8600.51
HSL249.44º76.06%27.84%-
HSV(B)249.44º86.4%49.02%-
XYZ4.562.2219.59-
YUV34.39179.13127.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 125 (49.22% from 255) = 71.02%
R=19.32%
G=9.66%
B=71.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34171250.730.8600.51249.4476.0627.84
Hex22117D4956033f94c1c
Octal422117511112606337111434
Binary10001010001111110110010011010110011001111111001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22117D; }

 p { color: rgb(34,17,125); }

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

<style>
 a { background-color: #22117D; }

 a { background-color: rgb(34,17,125); }

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

<style>
 span { border-color: #22117D; }

 span { border-color: rgb(34,17,125); }

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