#220560

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

Shades of Persian Indigo #220560

Tints of Persian Indigo #220560

Color information

#220560 (or 0x220560) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 60. RGB value is (34,5,96). Sum of RGB (Red+Green+Blue) = 34+5+96=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #220560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220560 is #DDFA9F. Grayscale: #171717. Windows color (decimal): -14547616 or 6292770. OLE color: 6292770.

HSL color Cylindrical-coordinate representation of color #220560: hue angle of 259.12º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220560 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34596-
CMYK0.650.9500.62
HSL259.12º90.1%19.8%-
HSV(B)259.12º94.79%37.65%-
XYZ2.831.2911.17-
YUV24.04168.61135.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.19%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 96 (37.89% from 255) = 71.11%
R=25.19%
G=3.70%
B=71.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal345960.650.9500.62259.1290.119.8
Hex22560415F03E1035a14
Octal42514010113707640313224
Binary1000101011100000100000110111110111110100000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220560; }

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

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

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

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

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

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

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

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