#221179

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

Shades of Persian Indigo #221179

Tints of Persian Indigo #221179

Color information

#221179 (or 0x221179) is unknown color: approx Persian Indigo. HEX triplet: 22, 11 and 79. RGB value is (34,17,121). Sum of RGB (Red+Green+Blue) = 34+17+121=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #221179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221179 is #DDEE86. Grayscale: #212121. Windows color (decimal): -14544519 or 7934242. OLE color: 7934242.

HSL color Cylindrical-coordinate representation of color #221179: hue angle of 249.81º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221179 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3417121-
CMYK0.720.8600.53
HSL249.81º75.36%27.06%-
HSV(B)249.81º85.95%47.45%-
XYZ4.312.1218.27-
YUV33.94177.13128.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 121 (47.66% from 255) = 70.35%
R=19.77%
G=9.88%
B=70.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34171210.720.8600.53249.8175.3627.06
Hex2211794856035fa4b1b
Octal422117111012606537211333
Binary10001010001111100110010001010110011010111111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221179; }

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

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

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

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

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

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

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

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