#220177

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

Shades of Persian Indigo #220177

Tints of Persian Indigo #220177

Color information

#220177 (or 0x220177) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 77. RGB value is (34,1,119). Sum of RGB (Red+Green+Blue) = 34+1+119=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #220177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220177 is #DDFE88. Grayscale: #171717. Windows color (decimal): -14548617 or 7799074. OLE color: 7799074.

HSL color Cylindrical-coordinate representation of color #220177: hue angle of 256.78º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220177 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB341119-
CMYK0.710.9900.53
HSL256.78º98.33%23.53%-
HSV(B)256.78º99.16%46.67%-
XYZ41.6917.57-
YUV24.32181.43134.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=22.08%
G=0.65%
B=77.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3411190.710.9900.53256.7898.3323.53
Hex2217747630351016218
Octal42116710714306540114230
Binary10001011110111100011111000110110101100000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220177; }

 p { color: rgb(34,1,119); }

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

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

 a { background-color: rgb(34,1,119); }

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

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

 span { border-color: rgb(34,1,119); }

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