#220A82

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

Shades of Persian Indigo #220A82

Tints of Persian Indigo #220A82

Color information

#220A82 (or 0x220A82) is unknown color: approx Persian Indigo. HEX triplet: 22, 0A and 82. RGB value is (34,10,130). Sum of RGB (Red+Green+Blue) = 34+10+130=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #220A82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220A82 is #DDF57D. Grayscale: #1E1E1E. Windows color (decimal): -14546302 or 8522274. OLE color: 8522274.

HSL color Cylindrical-coordinate representation of color #220A82: hue angle of 252º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220A82 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3410130-
CMYK0.740.9200.49
HSL252º85.71%27.45%-
HSV(B)252º92.31%50.98%-
XYZ4.82.1721.28-
YUV30.86183.95130.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 130 (51.17% from 255) = 74.71%
R=19.54%
G=5.75%
B=74.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34101300.740.9200.4925285.7127.45
Hex22A824A5C031fc561b
Octal421220211213406137412633
Binary10001010101000001010010101011100011000111111100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,10,130); }

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

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

 a { background-color: rgb(34,10,130); }

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

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

 span { border-color: rgb(34,10,130); }

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