#220C80

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

Shades of Persian Indigo #220C80

Tints of Persian Indigo #220C80

Color information

#220C80 (or 0x220C80) is unknown color: approx Persian Indigo. HEX triplet: 22, 0C and 80. RGB value is (34,12,128). Sum of RGB (Red+Green+Blue) = 34+12+128=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #220C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220C80 is #DDF37F. Grayscale: #1F1F1F. Windows color (decimal): -14545792 or 8391714. OLE color: 8391714.

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

Color convert

RGB3412128-
CMYK0.730.9100.50
HSL251.38º82.86%27.45%-
HSV(B)251.38º90.62%50.2%-
XYZ4.692.1620.59-
YUV31.8182.29129.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 128 (50.39% from 255) = 73.56%
R=19.54%
G=6.90%
B=73.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34121280.730.9100.50251.3882.8627.45
Hex22C80495B032fb531b
Octal421420011113306237312333
Binary10001011001000000010010011011011011001011111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220C80; }

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

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

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

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

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

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

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

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