#5A1196

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

Shades of Indigo #5A1196

Tints of Indigo #5A1196

Color information

#5A1196 (or 0x5A1196) is unknown color: approx Indigo. HEX triplet: 5A, 11 and 96. RGB value is (90,17,150). Sum of RGB (Red+Green+Blue) = 90+17+150=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A1196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1196 is #A5EE69. Grayscale: #353535. Windows color (decimal): -10874474 or 9834842. OLE color: 9834842.

HSL color Cylindrical-coordinate representation of color #5A1196: hue angle of 272.93º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1196 is Cyan = 0.4, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9017150-
CMYK0.40.8900.41
HSL272.93º79.64%32.75%-
HSV(B)272.93º88.67%58.82%-
XYZ9.924.7829.25-
YUV53.99182.18153.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=35.02%
G=6.61%
B=58.37%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90171500.40.8900.41272.9379.6432.75
Hex5A119628590291115021
Octal132212265013105142112041
Binary10110101000110010110101000101100101010011000100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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