#220473

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

Shades of Persian Indigo #220473

Tints of Persian Indigo #220473

Color information

#220473 (or 0x220473) is unknown color: approx Persian Indigo. HEX triplet: 22, 04 and 73. RGB value is (34,4,115). Sum of RGB (Red+Green+Blue) = 34+4+115=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #220473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220473 is #DDFB8C. Grayscale: #191919. Windows color (decimal): -14547853 or 7537698. OLE color: 7537698.

HSL color Cylindrical-coordinate representation of color #220473: hue angle of 256.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220473 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB344115-
CMYK0.700.9700.55
HSL256.22º93.28%23.33%-
HSV(B)256.22º96.52%45.1%-
XYZ3.81.6616.34-
YUV25.62178.44133.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 115 (45.31% from 255) = 75.16%
R=22.22%
G=2.61%
B=75.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3441150.700.9700.55256.2293.2823.33
Hex2247346610371005d17
Octal42416310614106740013527
Binary1000101001110011100011011000010110111100000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220473; }

 p { color: rgb(34,4,115); }

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

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

 a { background-color: rgb(34,4,115); }

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

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

 span { border-color: rgb(34,4,115); }

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