#220980

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

Shades of Persian Indigo #220980

Tints of Persian Indigo #220980

Color information

#220980 (or 0x220980) is unknown color: approx Persian Indigo. HEX triplet: 22, 09 and 80. RGB value is (34,9,128). Sum of RGB (Red+Green+Blue) = 34+9+128=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #220980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220980 is #DDF67F. Grayscale: #1D1D1D. Windows color (decimal): -14546560 or 8390946. OLE color: 8390946.

HSL color Cylindrical-coordinate representation of color #220980: hue angle of 252.61º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220980 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB349128-
CMYK0.730.9300.50
HSL252.61º86.86%26.86%-
HSV(B)252.61º92.97%50.2%-
XYZ4.652.0920.58-
YUV30.04183.28130.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 128 (50.39% from 255) = 74.85%
R=19.88%
G=5.26%
B=74.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3491280.730.9300.50252.6186.8626.86
Hex22980495D032fd571b
Octal421120011113506237512733
Binary10001010011000000010010011011101011001011111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220980; }

 p { color: rgb(34,9,128); }

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

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

 a { background-color: rgb(34,9,128); }

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

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

 span { border-color: rgb(34,9,128); }

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