#220563

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

Shades of Persian Indigo #220563

Tints of Persian Indigo #220563

Color information

#220563 (or 0x220563) is unknown color: approx Persian Indigo. HEX triplet: 22, 05 and 63. RGB value is (34,5,99). Sum of RGB (Red+Green+Blue) = 34+5+99=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #220563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220563 is #DDFA9C. Grayscale: #181818. Windows color (decimal): -14547613 or 6489378. OLE color: 6489378.

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

Color convert

RGB34599-
CMYK0.660.9500.61
HSL258.51º90.38%20.39%-
HSV(B)258.51º94.95%38.82%-
XYZ2.971.3511.91-
YUV24.39170.11134.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 99 (39.06% from 255) = 71.74%
R=24.64%
G=3.62%
B=71.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal345990.660.9500.61258.5190.3820.39
Hex22563425F03D1035a14
Octal42514310213707540313224
Binary1000101011100011100001010111110111101100000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220563; }

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

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

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

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

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

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

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

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