#220A78

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

Shades of Persian Indigo #220A78

Tints of Persian Indigo #220A78

Color information

#220A78 (or 0x220A78) is unknown color: approx Persian Indigo. HEX triplet: 22, 0A and 78. RGB value is (34,10,120). Sum of RGB (Red+Green+Blue) = 34+10+120=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #220A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220A78 is #DDF587. Grayscale: #1D1D1D. Windows color (decimal): -14546312 or 7866914. OLE color: 7866914.

HSL color Cylindrical-coordinate representation of color #220A78: hue angle of 253.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220A78 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3410120-
CMYK0.720.9200.53
HSL253.09º84.62%25.49%-
HSV(B)253.09º91.67%47.06%-
XYZ4.161.9117.92-
YUV29.72178.95131.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 120 (47.27% from 255) = 73.17%
R=20.73%
G=6.10%
B=73.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34101200.720.9200.53253.0984.6225.49
Hex22A78485C035fd5519
Octal421217011013406537512531
Binary1000101010111100010010001011100011010111111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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