#5B159F

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

Shades of Indigo #5B159F

Tints of Indigo #5B159F

Color information

#5B159F (or 0x5B159F) is unknown color: approx Indigo. HEX triplet: 5B, 15 and 9F. RGB value is (91,21,159). Sum of RGB (Red+Green+Blue) = 91+21+159=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B159F is #A4EA60. Grayscale: #393939. Windows color (decimal): -10807905 or 10425691. OLE color: 10425691.

HSL color Cylindrical-coordinate representation of color #5B159F: hue angle of 270.43º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B159F is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9121159-
CMYK0.430.8700.38
HSL270.43º76.67%35.29%-
HSV(B)270.43º86.79%62.35%-
XYZ10.845.2633.25-
YUV57.66185.19151.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=33.58%
G=7.75%
B=58.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91211590.430.8700.38270.4376.6735.29
Hex5B159F2B5702610e4d23
Octal133252375312704641611543
Binary10110111010110011111101011101011101001101000011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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