#220578

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

Shades of Persian Indigo #220578

Tints of Persian Indigo #220578

Color information

#220578 (or 0x220578) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 78. RGB value is (34,5,120). Sum of RGB (Red+Green+Blue) = 34+5+120=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #220578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220578 is #DDFA87. Grayscale: #1A1A1A. Windows color (decimal): -14547592 or 7865634. OLE color: 7865634.

HSL color Cylindrical-coordinate representation of color #220578: hue angle of 255.13º 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 #220578 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB345120-
CMYK0.720.9600.53
HSL255.13º92%24.51%-
HSV(B)255.13º95.83%47.06%-
XYZ4.11.817.9-
YUV26.78180.61133.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=21.38%
G=3.14%
B=75.47%

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
Decimal3451200.720.9600.53255.139224.51
Hex225784860035ff5c19
Octal42517011014006537713431
Binary100010101111100010010001100000011010111111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220578; }

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

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

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

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

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

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

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

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