#220060

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

Shades of Persian Indigo #220060

Tints of Persian Indigo #220060

Color information

#220060 (or 0x220060) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 60. RGB value is (34,0,96). Sum of RGB (Red+Green+Blue) = 34+0+96=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #220060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220060 is #DDFF9F. Grayscale: #141414. Windows color (decimal): -14548896 or 6291490. OLE color: 6291490.

HSL color Cylindrical-coordinate representation of color #220060: hue angle of 261.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220060 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34096-
CMYK0.65100.62
HSL261.25º100%18.82%-
HSV(B)261.25º100%37.65%-
XYZ2.771.1811.15-
YUV21.11170.26137.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 73.85%
R=26.15%
G=0%
B=73.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal340960.65100.62261.2510018.82
Hex22060416403E1056413
Octal42014010114407640514423
Binary10001001100000100000111001000111110100000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220060; }

 p { color: rgb(34,0,96); }

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

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

 a { background-color: rgb(34,0,96); }

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

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

 span { border-color: rgb(34,0,96); }

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