Shades of Indigo #5D0568
Tints of Indigo #5D0568
RGB
CMYK
RGB Variations
Color information
#5D0568 (or 0x5D0568) is known color: Indigo. HEX triplet: 5D, 05 and 68. RGB value is (93,5,104). Sum of RGB (Red+Green+Blue) = 93+5+104=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0568 is #A2FA97. Grayscale: #2A2A2A. Windows color (decimal): -10680984 or 6817117. OLE color: 6817117.
HSL color Cylindrical-coordinate representation of color #5D0568: hue angle of 293.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0568 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 5 | 104 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.59 |
| HSL | 293.33º | 0.91% | 0.21% | - |
| HSV(B) | 293.33º | 0.95% | 0.41% | - |
| XYZ | 7.07 | 3.44 | 13.39 | - |
| YUV | 42.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 104 | 0.11 | 0.95 | 0 | 0.59 | 293.33 | 0.91 | 0.21 |
| Hex | 5D | 5 | 68 | B | 5F | 0 | 3B | 125 | 5B | 15 |
| Octal | 135 | 5 | 150 | 13 | 137 | 0 | 73 | 445 | 133 | 25 |
| Binary | 1011101 | 101 | 1101000 | 1011 | 1011111 | 0 | 111011 | 100100101 | 1011011 | 10101 |
Color Harmonies of #5D0568
Complementary color
Monochromatic Colors of #5D0568
Black with #5D0568
Text Example
Text Example
White with #5D0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0568; }
p { color: rgb(93,5,104); }
H1.HeaderClassName
{
color: #5D0568;
}
.AnyTagClassName
{
color: #5D0568;
}
</style>
background-color css
<style>
a { background-color: #5D0568; }
a { background-color: rgb(93,5,104); }
div.DivClassName
{
background-color: #5D0568;
}
.BgClassName
{
background-color: #5D0568;
}
</style>
border-color css
<style>
span { border-color: #5D0568; }
span { border-color: rgb(93,5,104); }
td.TdClassName
{
border-color: #5D0568;
}
.TagClassName
{
border-color: #5D0568;
}
</style>