Shades of Indigo #5B0983
Tints of Indigo #5B0983
RGB
CMYK
RGB Variations
Color information
#5B0983 (or 0x5B0983) is known color: Indigo. HEX triplet: 5B, 09 and 83. RGB value is (91,9,131). Sum of RGB (Red+Green+Blue) = 91+9+131=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B0983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0983 is #A4F67C. Grayscale: #2F2F2F. Windows color (decimal): -10811005 or 8587611. OLE color: 8587611.
HSL color Cylindrical-coordinate representation of color #5B0983: hue angle of 280.33º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0983 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 9 | 131 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.49 |
| HSL | 280.33º | 0.87% | 0.27% | - |
| HSV(B) | 280.33º | 0.93% | 0.51% | - |
| XYZ | 8.51 | 4.06 | 21.81 | - |
| YUV | 47.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 131 | 0.31 | 0.93 | 0 | 0.49 | 280.33 | 0.87 | 0.27 |
| Hex | 5B | 9 | 83 | 1F | 5D | 0 | 31 | 118 | 57 | 1B |
| Octal | 133 | 11 | 203 | 37 | 135 | 0 | 61 | 430 | 127 | 33 |
| Binary | 1011011 | 1001 | 10000011 | 11111 | 1011101 | 0 | 110001 | 100011000 | 1010111 | 11011 |
Color Harmonies of #5B0983
Complementary color
Monochromatic Colors of #5B0983
Black with #5B0983
Text Example
Text Example
White with #5B0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0983; }
p { color: rgb(91,9,131); }
H1.HeaderClassName
{
color: #5B0983;
}
.AnyTagClassName
{
color: #5B0983;
}
</style>
background-color css
<style>
a { background-color: #5B0983; }
a { background-color: rgb(91,9,131); }
div.DivClassName
{
background-color: #5B0983;
}
.BgClassName
{
background-color: #5B0983;
}
</style>
border-color css
<style>
span { border-color: #5B0983; }
span { border-color: rgb(91,9,131); }
td.TdClassName
{
border-color: #5B0983;
}
.TagClassName
{
border-color: #5B0983;
}
</style>