#220278

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

Shades of Persian Indigo #220278

Tints of Persian Indigo #220278

Color information

#220278 (or 0x220278) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 78. RGB value is (34,2,120). Sum of RGB (Red+Green+Blue) = 34+2+120=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #220278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220278 is #DDFD87. Grayscale: #181818. Windows color (decimal): -14548360 or 7864866. OLE color: 7864866.

HSL color Cylindrical-coordinate representation of color #220278: hue angle of 256.27º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220278 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB342120-
CMYK0.720.9800.53
HSL256.27º96.72%23.92%-
HSV(B)256.27º98.33%47.06%-
XYZ4.071.7417.89-
YUV25.02181.6134.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 120 (47.27% from 255) = 76.92%
R=21.79%
G=1.28%
B=76.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3421200.720.9800.53256.2796.7223.92
Hex2227848620351006118
Octal42217011014206540014130
Binary100010101111000100100011000100110101100000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220278; }

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

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

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

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

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

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

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

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