#5B1585

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

Shades of Indigo #5B1585

Tints of Indigo #5B1585

Color information

#5B1585 (or 0x5B1585) is unknown color: approx Indigo. HEX triplet: 5B, 15 and 85. RGB value is (91,21,133). Sum of RGB (Red+Green+Blue) = 91+21+133=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B1585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1585 is #A4EA7A. Grayscale: #363636. Windows color (decimal): -10807931 or 8721755. OLE color: 8721755.

HSL color Cylindrical-coordinate representation of color #5B1585: hue angle of 277.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1585 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9121133-
CMYK0.320.8400.48
HSL277.5º72.73%30.2%-
HSV(B)277.5º84.21%52.16%-
XYZ8.824.4522.59-
YUV54.7172.19153.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=37.14%
G=8.57%
B=54.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91211330.320.8400.48277.572.7330.2
Hex5B15852054030116491e
Octal133252054012406042611136
Binary1011011101011000010110000010101000110000100010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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