Shades of Indigo #5B0A95
Tints of Indigo #5B0A95
RGB
CMYK
RGB Variations
Color information
#5B0A95 (or 0x5B0A95) is known color: Indigo. HEX triplet: 5B, 0A and 95. RGB value is (91,10,149). Sum of RGB (Red+Green+Blue) = 91+10+149=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B0A95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0A95 is #A4F56A. Grayscale: #313131. Windows color (decimal): -10810731 or 9767515. OLE color: 9767515.
HSL color Cylindrical-coordinate representation of color #5B0A95: hue angle of 274.96º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0A95 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 10 | 149 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.42 |
| HSL | 274.96º | 0.87% | 0.31% | - |
| HSV(B) | 274.96º | 0.93% | 0.58% | - |
| XYZ | 9.85 | 4.61 | 28.8 | - |
| YUV | 50.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 149 | 0.39 | 0.93 | 0 | 0.42 | 274.96 | 0.87 | 0.31 |
| Hex | 5B | A | 95 | 27 | 5D | 0 | 2A | 113 | 57 | 1F |
| Octal | 133 | 12 | 225 | 47 | 135 | 0 | 52 | 423 | 127 | 37 |
| Binary | 1011011 | 1010 | 10010101 | 100111 | 1011101 | 0 | 101010 | 100010011 | 1010111 | 11111 |
Color Harmonies of #5B0A95
Complementary color
Monochromatic Colors of #5B0A95
Black with #5B0A95
Text Example
Text Example
White with #5B0A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0A95; }
p { color: rgb(91,10,149); }
H1.HeaderClassName
{
color: #5B0A95;
}
.AnyTagClassName
{
color: #5B0A95;
}
</style>
background-color css
<style>
a { background-color: #5B0A95; }
a { background-color: rgb(91,10,149); }
div.DivClassName
{
background-color: #5B0A95;
}
.BgClassName
{
background-color: #5B0A95;
}
</style>
border-color css
<style>
span { border-color: #5B0A95; }
span { border-color: rgb(91,10,149); }
td.TdClassName
{
border-color: #5B0A95;
}
.TagClassName
{
border-color: #5B0A95;
}
</style>