Shades of Indigo #5D0694
Tints of Indigo #5D0694
RGB
CMYK
RGB Variations
Color information
#5D0694 (or 0x5D0694) is known color: Indigo. HEX triplet: 5D, 06 and 94. RGB value is (93,6,148). Sum of RGB (Red+Green+Blue) = 93+6+148=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D0694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0694 is #A2F96B. Grayscale: #2F2F2F. Windows color (decimal): -10680684 or 9700957. OLE color: 9700957.
HSL color Cylindrical-coordinate representation of color #5D0694: hue angle of 276.76º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0694 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 6 | 148 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.42 |
| HSL | 276.76º | 0.92% | 0.3% | - |
| HSV(B) | 276.76º | 0.96% | 0.58% | - |
| XYZ | 9.92 | 4.6 | 28.38 | - |
| YUV | 48.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 148 | 0.37 | 0.96 | 0 | 0.42 | 276.76 | 0.92 | 0.3 |
| Hex | 5D | 6 | 94 | 25 | 60 | 0 | 2A | 115 | 5C | 1E |
| Octal | 135 | 6 | 224 | 45 | 140 | 0 | 52 | 425 | 134 | 36 |
| Binary | 1011101 | 110 | 10010100 | 100101 | 1100000 | 0 | 101010 | 100010101 | 1011100 | 11110 |
Color Harmonies of #5D0694
Complementary color
Monochromatic Colors of #5D0694
Black with #5D0694
Text Example
Text Example
White with #5D0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0694; }
p { color: rgb(93,6,148); }
H1.HeaderClassName
{
color: #5D0694;
}
.AnyTagClassName
{
color: #5D0694;
}
</style>
background-color css
<style>
a { background-color: #5D0694; }
a { background-color: rgb(93,6,148); }
div.DivClassName
{
background-color: #5D0694;
}
.BgClassName
{
background-color: #5D0694;
}
</style>
border-color css
<style>
span { border-color: #5D0694; }
span { border-color: rgb(93,6,148); }
td.TdClassName
{
border-color: #5D0694;
}
.TagClassName
{
border-color: #5D0694;
}
</style>