Shades of Indigo #5D008B
Tints of Indigo #5D008B
RGB
CMYK
RGB Variations
Color information
#5D008B (or 0x5D008B) is known color: Indigo. HEX triplet: 5D, 00 and 8B. RGB value is (93,0,139). Sum of RGB (Red+Green+Blue) = 93+0+139=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D008B is #A2FF74. Grayscale: #2B2B2B. Windows color (decimal): -10682229 or 9109597. OLE color: 9109597.
HSL color Cylindrical-coordinate representation of color #5D008B: hue angle of 280.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D008B is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 0 | 139 | - |
| CMYK | 0.33 | 1 | 0 | 0.45 |
| HSL | 280.14º | 1% | 0.27% | - |
| HSV(B) | 280.14º | 1% | 0.55% | - |
| XYZ | 9.17 | 4.19 | 24.75 | - |
| YUV | 43.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 139 | 0.33 | 1 | 0 | 0.45 | 280.14 | 1 | 0.27 |
| Hex | 5D | 0 | 8B | 21 | 64 | 0 | 2D | 118 | 64 | 1B |
| Octal | 135 | 0 | 213 | 41 | 144 | 0 | 55 | 430 | 144 | 33 |
| Binary | 1011101 | 0 | 10001011 | 100001 | 1100100 | 0 | 101101 | 100011000 | 1100100 | 11011 |
Color Harmonies of #5D008B
Complementary color
Monochromatic Colors of #5D008B
Black with #5D008B
Text Example
Text Example
White with #5D008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D008B; }
p { color: rgb(93,0,139); }
H1.HeaderClassName
{
color: #5D008B;
}
.AnyTagClassName
{
color: #5D008B;
}
</style>
background-color css
<style>
a { background-color: #5D008B; }
a { background-color: rgb(93,0,139); }
div.DivClassName
{
background-color: #5D008B;
}
.BgClassName
{
background-color: #5D008B;
}
</style>
border-color css
<style>
span { border-color: #5D008B; }
span { border-color: rgb(93,0,139); }
td.TdClassName
{
border-color: #5D008B;
}
.TagClassName
{
border-color: #5D008B;
}
</style>