Shades of Indigo #5D167B
Tints of Indigo #5D167B
RGB
CMYK
RGB Variations
Color information
#5D167B (or 0x5D167B) is known color: Indigo. HEX triplet: 5D, 16 and 7B. RGB value is (93,22,123). Sum of RGB (Red+Green+Blue) = 93+22+123=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D167B is #A2E984. Grayscale: #363636. Windows color (decimal): -10676613 or 8066653. OLE color: 8066653.
HSL color Cylindrical-coordinate representation of color #5D167B: hue angle of 282.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D167B is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 22 | 123 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.52 |
| HSL | 282.18º | 0.7% | 0.28% | - |
| HSV(B) | 282.18º | 0.82% | 0.48% | - |
| XYZ | 8.38 | 4.33 | 19.13 | - |
| YUV | 54.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 123 | 0.24 | 0.82 | 0 | 0.52 | 282.18 | 0.7 | 0.28 |
| Hex | 5D | 16 | 7B | 18 | 52 | 0 | 34 | 11A | 46 | 1C |
| Octal | 135 | 26 | 173 | 30 | 122 | 0 | 64 | 432 | 106 | 34 |
| Binary | 1011101 | 10110 | 1111011 | 11000 | 1010010 | 0 | 110100 | 100011010 | 1000110 | 11100 |
Color Harmonies of #5D167B
Complementary color
Monochromatic Colors of #5D167B
Black with #5D167B
Text Example
Text Example
White with #5D167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D167B; }
p { color: rgb(93,22,123); }
H1.HeaderClassName
{
color: #5D167B;
}
.AnyTagClassName
{
color: #5D167B;
}
</style>
background-color css
<style>
a { background-color: #5D167B; }
a { background-color: rgb(93,22,123); }
div.DivClassName
{
background-color: #5D167B;
}
.BgClassName
{
background-color: #5D167B;
}
</style>
border-color css
<style>
span { border-color: #5D167B; }
span { border-color: rgb(93,22,123); }
td.TdClassName
{
border-color: #5D167B;
}
.TagClassName
{
border-color: #5D167B;
}
</style>