#5A158D

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

Shades of Indigo #5A158D

Tints of Indigo #5A158D

Color information

#5A158D (or 0x5A158D) is unknown color: approx Indigo. HEX triplet: 5A, 15 and 8D. RGB value is (90,21,141). Sum of RGB (Red+Green+Blue) = 90+21+141=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A158D is #A5EA72. Grayscale: #363636. Windows color (decimal): -10873459 or 9246042. OLE color: 9246042.

HSL color Cylindrical-coordinate representation of color #5A158D: hue angle of 274.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A158D is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9021141-
CMYK0.360.8500.45
HSL274.5º74.07%31.76%-
HSV(B)274.5º85.11%55.29%-
XYZ9.294.6325.6-
YUV55.31176.36152.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=35.71%
G=8.33%
B=55.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90211410.360.8500.45274.574.0731.76
Hex5A158D245502D1124a20
Octal132252154412505542211240
Binary10110101010110001101100100101010101011011000100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,141); }

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

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

 a { background-color: rgb(90,21,141); }

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

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

 span { border-color: rgb(90,21,141); }

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