Shades of Indigo #5D018A
Tints of Indigo #5D018A
RGB
CMYK
RGB Variations
Color information
#5D018A (or 0x5D018A) is known color: Indigo. HEX triplet: 5D, 01 and 8A. RGB value is (93,1,138). Sum of RGB (Red+Green+Blue) = 93+1+138=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D018A is #A2FE75. Grayscale: #2B2B2B. Windows color (decimal): -10681974 or 9044317. OLE color: 9044317.
HSL color Cylindrical-coordinate representation of color #5D018A: hue angle of 280.29º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D018A is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 1 | 138 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.46 |
| HSL | 280.29º | 0.99% | 0.27% | - |
| HSV(B) | 280.29º | 0.99% | 0.54% | - |
| XYZ | 9.11 | 4.18 | 24.37 | - |
| YUV | 44.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 138 | 0.33 | 0.99 | 0 | 0.46 | 280.29 | 0.99 | 0.27 |
| Hex | 5D | 1 | 8A | 21 | 63 | 0 | 2E | 118 | 63 | 1B |
| Octal | 135 | 1 | 212 | 41 | 143 | 0 | 56 | 430 | 143 | 33 |
| Binary | 1011101 | 1 | 10001010 | 100001 | 1100011 | 0 | 101110 | 100011000 | 1100011 | 11011 |
Color Harmonies of #5D018A
Complementary color
Monochromatic Colors of #5D018A
Black with #5D018A
Text Example
Text Example
White with #5D018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D018A; }
p { color: rgb(93,1,138); }
H1.HeaderClassName
{
color: #5D018A;
}
.AnyTagClassName
{
color: #5D018A;
}
</style>
background-color css
<style>
a { background-color: #5D018A; }
a { background-color: rgb(93,1,138); }
div.DivClassName
{
background-color: #5D018A;
}
.BgClassName
{
background-color: #5D018A;
}
</style>
border-color css
<style>
span { border-color: #5D018A; }
span { border-color: rgb(93,1,138); }
td.TdClassName
{
border-color: #5D018A;
}
.TagClassName
{
border-color: #5D018A;
}
</style>