#220978

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

Shades of Persian Indigo #220978

Tints of Persian Indigo #220978

Color information

#220978 (or 0x220978) is unknown color: approx Persian Indigo. HEX triplet: 22, 09 and 78. RGB value is (34,9,120). Sum of RGB (Red+Green+Blue) = 34+9+120=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #220978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220978 is #DDF687. Grayscale: #1C1C1C. Windows color (decimal): -14546568 or 7866658. OLE color: 7866658.

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

Color convert

RGB349120-
CMYK0.720.9200.53
HSL253.51º86.05%25.29%-
HSV(B)253.51º92.5%47.06%-
XYZ4.151.8917.92-
YUV29.13179.28131.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=20.86%
G=5.52%
B=73.62%

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
Decimal3491200.720.9200.53253.5186.0525.29
Hex22978485C035fe5619
Octal421117011013406537612631
Binary1000101001111100010010001011100011010111111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220978; }

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

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

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

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

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

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

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

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