Shades of Indigo #5D018B
Tints of Indigo #5D018B
RGB
CMYK
RGB Variations
Color information
#5D018B (or 0x5D018B) is known color: Indigo. HEX triplet: 5D, 01 and 8B. RGB value is (93,1,139). Sum of RGB (Red+Green+Blue) = 93+1+139=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D018B is #A2FE74. Grayscale: #2B2B2B. Windows color (decimal): -10681973 or 9109853. OLE color: 9109853.
HSL color Cylindrical-coordinate representation of color #5D018B: hue angle of 280º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D018B is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 1 | 139 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.45 |
| HSL | 280º | 0.99% | 0.27% | - |
| HSV(B) | 280º | 0.99% | 0.55% | - |
| XYZ | 9.19 | 4.21 | 24.76 | - |
| YUV | 44.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 139 | 0.33 | 0.99 | 0 | 0.45 | 280 | 0.99 | 0.27 |
| Hex | 5D | 1 | 8B | 21 | 63 | 0 | 2D | 118 | 63 | 1B |
| Octal | 135 | 1 | 213 | 41 | 143 | 0 | 55 | 430 | 143 | 33 |
| Binary | 1011101 | 1 | 10001011 | 100001 | 1100011 | 0 | 101101 | 100011000 | 1100011 | 11011 |
Color Harmonies of #5D018B
Complementary color
Monochromatic Colors of #5D018B
Black with #5D018B
Text Example
Text Example
White with #5D018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D018B; }
p { color: rgb(93,1,139); }
H1.HeaderClassName
{
color: #5D018B;
}
.AnyTagClassName
{
color: #5D018B;
}
</style>
background-color css
<style>
a { background-color: #5D018B; }
a { background-color: rgb(93,1,139); }
div.DivClassName
{
background-color: #5D018B;
}
.BgClassName
{
background-color: #5D018B;
}
</style>
border-color css
<style>
span { border-color: #5D018B; }
span { border-color: rgb(93,1,139); }
td.TdClassName
{
border-color: #5D018B;
}
.TagClassName
{
border-color: #5D018B;
}
</style>