Shades of Indigo #5D019B
Tints of Indigo #5D019B
RGB
CMYK
RGB Variations
Color information
#5D019B (or 0x5D019B) is known color: Indigo. HEX triplet: 5D, 01 and 9B. RGB value is (93,1,155). Sum of RGB (Red+Green+Blue) = 93+1+155=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D019B is #A2FE64. Grayscale: #2D2D2D. Windows color (decimal): -10681957 or 10158429. OLE color: 10158429.
HSL color Cylindrical-coordinate representation of color #5D019B: hue angle of 275.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D019B is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 1 | 155 | - |
| CMYK | 0.4 | 0.99 | 0 | 0.39 |
| HSL | 275.84º | 0.99% | 0.31% | - |
| HSV(B) | 275.84º | 0.99% | 0.61% | - |
| XYZ | 10.44 | 4.72 | 31.37 | - |
| YUV | 46.06 | 189.48 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 155 | 0.4 | 0.99 | 0 | 0.39 | 275.84 | 0.99 | 0.31 |
| Hex | 5D | 1 | 9B | 28 | 63 | 0 | 27 | 114 | 63 | 1F |
| Octal | 135 | 1 | 233 | 50 | 143 | 0 | 47 | 424 | 143 | 37 |
| Binary | 1011101 | 1 | 10011011 | 101000 | 1100011 | 0 | 100111 | 100010100 | 1100011 | 11111 |
Color Harmonies of #5D019B
Complementary color
Monochromatic Colors of #5D019B
Black with #5D019B
Text Example
Text Example
White with #5D019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D019B; }
p { color: rgb(93,1,155); }
H1.HeaderClassName
{
color: #5D019B;
}
.AnyTagClassName
{
color: #5D019B;
}
</style>
background-color css
<style>
a { background-color: #5D019B; }
a { background-color: rgb(93,1,155); }
div.DivClassName
{
background-color: #5D019B;
}
.BgClassName
{
background-color: #5D019B;
}
</style>
border-color css
<style>
span { border-color: #5D019B; }
span { border-color: rgb(93,1,155); }
td.TdClassName
{
border-color: #5D019B;
}
.TagClassName
{
border-color: #5D019B;
}
</style>