#220575

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

Shades of Persian Indigo #220575

Tints of Persian Indigo #220575

Color information

#220575 (or 0x220575) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 75. RGB value is (34,5,117). Sum of RGB (Red+Green+Blue) = 34+5+117=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #220575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220575 is #DDFA8A. Grayscale: #1A1A1A. Windows color (decimal): -14547595 or 7669026. OLE color: 7669026.

HSL color Cylindrical-coordinate representation of color #220575: hue angle of 255.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220575 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB345117-
CMYK0.710.9600.54
HSL255.54º91.8%23.92%-
HSV(B)255.54º95.73%45.88%-
XYZ3.921.7316.96-
YUV26.44179.11133.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 117 (46.09% from 255) = 75%
R=21.79%
G=3.21%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3451170.710.9600.54255.5491.823.92
Hex2257547600361005c18
Octal42516510714006640013430
Binary1000101011110101100011111000000110110100000000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220575; }

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

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

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

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

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

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

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

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