#5B1399

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

Shades of Indigo #5B1399

Tints of Indigo #5B1399

Color information

#5B1399 (or 0x5B1399) is unknown color: approx Indigo. HEX triplet: 5B, 13 and 99. RGB value is (91,19,153). Sum of RGB (Red+Green+Blue) = 91+19+153=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1399 is #A4EC66. Grayscale: #373737. Windows color (decimal): -10808423 or 10031963. OLE color: 10031963.

HSL color Cylindrical-coordinate representation of color #5B1399: hue angle of 272.24º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1399 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9119153-
CMYK0.410.8800.4
HSL272.24º77.91%33.73%-
HSV(B)272.24º87.58%60%-
XYZ10.34.9930.56-
YUV55.8182.85153.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.60%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=34.60%
G=7.22%
B=58.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91191530.410.8800.4272.2477.9133.73
Hex5B139929580281104e22
Octal133232315113005042011642
Binary10110111001110011001101001101100001010001000100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,19,153); }

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

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

 a { background-color: rgb(91,19,153); }

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

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

 span { border-color: rgb(91,19,153); }

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