Shades of Indigo #5B0098
Tints of Indigo #5B0098
RGB
CMYK
RGB Variations
Color information
#5B0098 (or 0x5B0098) is known color: Indigo. HEX triplet: 5B, 00 and 98. RGB value is (91,0,152). Sum of RGB (Red+Green+Blue) = 91+0+152=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0098 is #A4FF67. Grayscale: #2C2C2C. Windows color (decimal): -10813288 or 9961563. OLE color: 9961563.
HSL color Cylindrical-coordinate representation of color #5B0098: hue angle of 275.92º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0098 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 0 | 152 | - |
| CMYK | 0.40 | 1 | 0 | 0.40 |
| HSL | 275.92º | 1% | 0.3% | - |
| HSV(B) | 275.92º | 1% | 0.6% | - |
| XYZ | 9.98 | 4.49 | 30.05 | - |
| YUV | 44.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 152 | 0.40 | 1 | 0 | 0.40 | 275.92 | 1 | 0.3 |
| Hex | 5B | 0 | 98 | 28 | 64 | 0 | 28 | 114 | 64 | 1E |
| Octal | 133 | 0 | 230 | 50 | 144 | 0 | 50 | 424 | 144 | 36 |
| Binary | 1011011 | 0 | 10011000 | 101000 | 1100100 | 0 | 101000 | 100010100 | 1100100 | 11110 |
Color Harmonies of #5B0098
Complementary color
Monochromatic Colors of #5B0098
Black with #5B0098
Text Example
Text Example
White with #5B0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0098; }
p { color: rgb(91,0,152); }
H1.HeaderClassName
{
color: #5B0098;
}
.AnyTagClassName
{
color: #5B0098;
}
</style>
background-color css
<style>
a { background-color: #5B0098; }
a { background-color: rgb(91,0,152); }
div.DivClassName
{
background-color: #5B0098;
}
.BgClassName
{
background-color: #5B0098;
}
</style>
border-color css
<style>
span { border-color: #5B0098; }
span { border-color: rgb(91,0,152); }
td.TdClassName
{
border-color: #5B0098;
}
.TagClassName
{
border-color: #5B0098;
}
</style>