#5B158E

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

Shades of Indigo #5B158E

Tints of Indigo #5B158E

Color information

#5B158E (or 0x5B158E) is unknown color: approx Indigo. HEX triplet: 5B, 15 and 8E. RGB value is (91,21,142). Sum of RGB (Red+Green+Blue) = 91+21+142=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B158E is #A4EA71. Grayscale: #373737. Windows color (decimal): -10807922 or 9311579. OLE color: 9311579.

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

Color convert

RGB9121142-
CMYK0.360.8500.44
HSL274.71º74.23%31.96%-
HSV(B)274.71º85.21%55.69%-
XYZ9.474.7126-
YUV55.72176.69153.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.83%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=35.83%
G=8.27%
B=55.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91211420.360.8500.44274.7174.2331.96
Hex5B158E245502C1134a20
Octal133252164412505442311240
Binary10110111010110001110100100101010101011001000100111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,21,142); }

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

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

 a { background-color: rgb(91,21,142); }

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

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

 span { border-color: rgb(91,21,142); }

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