Shades of Indigo #5B039F
Tints of Indigo #5B039F
RGB
CMYK
RGB Variations
Color information
#5B039F (or 0x5B039F) is known color: Indigo. HEX triplet: 5B, 03 and 9F. RGB value is (91,3,159). Sum of RGB (Red+Green+Blue) = 91+3+159=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B039F is #A4FC60. Grayscale: #2E2E2E. Windows color (decimal): -10812513 or 10421083. OLE color: 10421083.
HSL color Cylindrical-coordinate representation of color #5B039F: hue angle of 273.85º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B039F is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 3 | 159 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.38 |
| HSL | 273.85º | 0.96% | 0.32% | - |
| HSV(B) | 273.85º | 0.98% | 0.62% | - |
| XYZ | 10.6 | 4.79 | 33.17 | - |
| YUV | 47.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 159 | 0.43 | 0.98 | 0 | 0.38 | 273.85 | 0.96 | 0.32 |
| Hex | 5B | 3 | 9F | 2B | 62 | 0 | 26 | 112 | 60 | 20 |
| Octal | 133 | 3 | 237 | 53 | 142 | 0 | 46 | 422 | 140 | 40 |
| Binary | 1011011 | 11 | 10011111 | 101011 | 1100010 | 0 | 100110 | 100010010 | 1100000 | 100000 |
Color Harmonies of #5B039F
Complementary color
Monochromatic Colors of #5B039F
Black with #5B039F
Text Example
Text Example
White with #5B039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B039F; }
p { color: rgb(91,3,159); }
H1.HeaderClassName
{
color: #5B039F;
}
.AnyTagClassName
{
color: #5B039F;
}
</style>
background-color css
<style>
a { background-color: #5B039F; }
a { background-color: rgb(91,3,159); }
div.DivClassName
{
background-color: #5B039F;
}
.BgClassName
{
background-color: #5B039F;
}
</style>
border-color css
<style>
span { border-color: #5B039F; }
span { border-color: rgb(91,3,159); }
td.TdClassName
{
border-color: #5B039F;
}
.TagClassName
{
border-color: #5B039F;
}
</style>