#220579

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

Shades of Persian Indigo #220579

Tints of Persian Indigo #220579

Color information

#220579 (or 0x220579) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 79. RGB value is (34,5,121). Sum of RGB (Red+Green+Blue) = 34+5+121=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #220579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220579 is #DDFA86. Grayscale: #1A1A1A. Windows color (decimal): -14547591 or 7931170. OLE color: 7931170.

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

Color convert

RGB345121-
CMYK0.720.9600.53
HSL255º92.06%24.71%-
HSV(B)255º95.87%47.45%-
XYZ4.171.8318.22-
YUV26.9181.11133.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 121 (47.66% from 255) = 75.62%
R=21.25%
G=3.12%
B=75.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3451210.720.9600.5325592.0624.71
Hex225794860035ff5c19
Octal42517111014006537713431
Binary100010101111100110010001100000011010111111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220579; }

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

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

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

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

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

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

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

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