Shades of Indigo #5D0784
Tints of Indigo #5D0784
RGB
CMYK
RGB Variations
Color information
#5D0784 (or 0x5D0784) is known color: Indigo. HEX triplet: 5D, 07 and 84. RGB value is (93,7,132). Sum of RGB (Red+Green+Blue) = 93+7+132=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D0784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0784 is #A2F87B. Grayscale: #2E2E2E. Windows color (decimal): -10680444 or 8652637. OLE color: 8652637.
HSL color Cylindrical-coordinate representation of color #5D0784: hue angle of 281.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0784 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 7 | 132 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.48 |
| HSL | 281.28º | 0.9% | 0.27% | - |
| HSV(B) | 281.28º | 0.95% | 0.52% | - |
| XYZ | 8.76 | 4.15 | 22.17 | - |
| YUV | 46.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 132 | 0.30 | 0.95 | 0 | 0.48 | 281.28 | 0.9 | 0.27 |
| Hex | 5D | 7 | 84 | 1E | 5F | 0 | 30 | 119 | 5A | 1B |
| Octal | 135 | 7 | 204 | 36 | 137 | 0 | 60 | 431 | 132 | 33 |
| Binary | 1011101 | 111 | 10000100 | 11110 | 1011111 | 0 | 110000 | 100011001 | 1011010 | 11011 |
Color Harmonies of #5D0784
Complementary color
Monochromatic Colors of #5D0784
Black with #5D0784
Text Example
Text Example
White with #5D0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0784; }
p { color: rgb(93,7,132); }
H1.HeaderClassName
{
color: #5D0784;
}
.AnyTagClassName
{
color: #5D0784;
}
</style>
background-color css
<style>
a { background-color: #5D0784; }
a { background-color: rgb(93,7,132); }
div.DivClassName
{
background-color: #5D0784;
}
.BgClassName
{
background-color: #5D0784;
}
</style>
border-color css
<style>
span { border-color: #5D0784; }
span { border-color: rgb(93,7,132); }
td.TdClassName
{
border-color: #5D0784;
}
.TagClassName
{
border-color: #5D0784;
}
</style>