#5A1170

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

Shades of Indigo #5A1170

Tints of Indigo #5A1170

Color information

#5A1170 (or 0x5A1170) is unknown color: approx Indigo. HEX triplet: 5A, 11 and 70. RGB value is (90,17,112). Sum of RGB (Red+Green+Blue) = 90+17+112=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1170 is #A5EE8F. Grayscale: #313131. Windows color (decimal): -10874512 or 7344474. OLE color: 7344474.

HSL color Cylindrical-coordinate representation of color #5A1170: hue angle of 286.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1170 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9017112-
CMYK0.200.8500.56
HSL286.11º73.64%25.29%-
HSV(B)286.11º84.82%43.92%-
XYZ7.343.7415.67-
YUV49.66163.18156.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=41.10%
G=7.76%
B=51.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90171120.200.8500.56286.1173.6425.29
Hex5A1170145503811e4a19
Octal132211602412507043611231
Binary10110101000111100001010010101010111000100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1170; }

 p { color: rgb(90,17,112); }

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

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

 a { background-color: rgb(90,17,112); }

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

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

 span { border-color: rgb(90,17,112); }

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