Shades of Indigo #5D007B
Tints of Indigo #5D007B
RGB
CMYK
RGB Variations
Color information
#5D007B (or 0x5D007B) is known color: Indigo. HEX triplet: 5D, 00 and 7B. RGB value is (93,0,123). Sum of RGB (Red+Green+Blue) = 93+0+123=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D007B is #A2FF84. Grayscale: #292929. Windows color (decimal): -10682245 or 8061021. OLE color: 8061021.
HSL color Cylindrical-coordinate representation of color #5D007B: hue angle of 285.37º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D007B is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 0 | 123 | - |
| CMYK | 0.24 | 1 | 0 | 0.52 |
| HSL | 285.37º | 1% | 0.24% | - |
| HSV(B) | 285.37º | 1% | 0.48% | - |
| XYZ | 8.09 | 3.76 | 19.04 | - |
| YUV | 41.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 123 | 0.24 | 1 | 0 | 0.52 | 285.37 | 1 | 0.24 |
| Hex | 5D | 0 | 7B | 18 | 64 | 0 | 34 | 11D | 64 | 18 |
| Octal | 135 | 0 | 173 | 30 | 144 | 0 | 64 | 435 | 144 | 30 |
| Binary | 1011101 | 0 | 1111011 | 11000 | 1100100 | 0 | 110100 | 100011101 | 1100100 | 11000 |
Color Harmonies of #5D007B
Complementary color
Monochromatic Colors of #5D007B
Black with #5D007B
Text Example
Text Example
White with #5D007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D007B; }
p { color: rgb(93,0,123); }
H1.HeaderClassName
{
color: #5D007B;
}
.AnyTagClassName
{
color: #5D007B;
}
</style>
background-color css
<style>
a { background-color: #5D007B; }
a { background-color: rgb(93,0,123); }
div.DivClassName
{
background-color: #5D007B;
}
.BgClassName
{
background-color: #5D007B;
}
</style>
border-color css
<style>
span { border-color: #5D007B; }
span { border-color: rgb(93,0,123); }
td.TdClassName
{
border-color: #5D007B;
}
.TagClassName
{
border-color: #5D007B;
}
</style>