Shades of Indigo #5B0398
Tints of Indigo #5B0398
RGB
CMYK
RGB Variations
Color information
#5B0398 (or 0x5B0398) is known color: Indigo. HEX triplet: 5B, 03 and 98. RGB value is (91,3,152). Sum of RGB (Red+Green+Blue) = 91+3+152=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B0398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0398 is #A4FC67. Grayscale: #2D2D2D. Windows color (decimal): -10812520 or 9962331. OLE color: 9962331.
HSL color Cylindrical-coordinate representation of color #5B0398: hue angle of 275.44º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0398 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 3 | 152 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.40 |
| HSL | 275.44º | 0.96% | 0.3% | - |
| HSV(B) | 275.44º | 0.98% | 0.6% | - |
| XYZ | 10.01 | 4.56 | 30.06 | - |
| YUV | 46.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 152 | 0.40 | 0.98 | 0 | 0.40 | 275.44 | 0.96 | 0.3 |
| Hex | 5B | 3 | 98 | 28 | 62 | 0 | 28 | 113 | 60 | 1E |
| Octal | 133 | 3 | 230 | 50 | 142 | 0 | 50 | 423 | 140 | 36 |
| Binary | 1011011 | 11 | 10011000 | 101000 | 1100010 | 0 | 101000 | 100010011 | 1100000 | 11110 |
Color Harmonies of #5B0398
Complementary color
Monochromatic Colors of #5B0398
Black with #5B0398
Text Example
Text Example
White with #5B0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0398; }
p { color: rgb(91,3,152); }
H1.HeaderClassName
{
color: #5B0398;
}
.AnyTagClassName
{
color: #5B0398;
}
</style>
background-color css
<style>
a { background-color: #5B0398; }
a { background-color: rgb(91,3,152); }
div.DivClassName
{
background-color: #5B0398;
}
.BgClassName
{
background-color: #5B0398;
}
</style>
border-color css
<style>
span { border-color: #5B0398; }
span { border-color: rgb(91,3,152); }
td.TdClassName
{
border-color: #5B0398;
}
.TagClassName
{
border-color: #5B0398;
}
</style>