Shades of Indigo #5D05AC
Tints of Indigo #5D05AC
RGB
CMYK
RGB Variations
Color information
#5D05AC (or 0x5D05AC) is known color: Indigo. HEX triplet: 5D, 05 and AC. RGB value is (93,5,172). Sum of RGB (Red+Green+Blue) = 93+5+172=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D05AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D05AC is #A2FA53. Grayscale: #313131. Windows color (decimal): -10680916 or 11273565. OLE color: 11273565.
HSL color Cylindrical-coordinate representation of color #5D05AC: hue angle of 271.62º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D05AC is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 5 | 172 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.33 |
| HSL | 271.62º | 0.94% | 0.35% | - |
| HSV(B) | 271.62º | 0.97% | 0.67% | - |
| XYZ | 12.01 | 5.41 | 39.44 | - |
| YUV | 50.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 172 | 0.46 | 0.97 | 0 | 0.33 | 271.62 | 0.94 | 0.35 |
| Hex | 5D | 5 | AC | 2E | 61 | 0 | 21 | 110 | 5E | 23 |
| Octal | 135 | 5 | 254 | 56 | 141 | 0 | 41 | 420 | 136 | 43 |
| Binary | 1011101 | 101 | 10101100 | 101110 | 1100001 | 0 | 100001 | 100010000 | 1011110 | 100011 |
Color Harmonies of #5D05AC
Complementary color
Monochromatic Colors of #5D05AC
Black with #5D05AC
Text Example
Text Example
White with #5D05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D05AC; }
p { color: rgb(93,5,172); }
H1.HeaderClassName
{
color: #5D05AC;
}
.AnyTagClassName
{
color: #5D05AC;
}
</style>
background-color css
<style>
a { background-color: #5D05AC; }
a { background-color: rgb(93,5,172); }
div.DivClassName
{
background-color: #5D05AC;
}
.BgClassName
{
background-color: #5D05AC;
}
</style>
border-color css
<style>
span { border-color: #5D05AC; }
span { border-color: rgb(93,5,172); }
td.TdClassName
{
border-color: #5D05AC;
}
.TagClassName
{
border-color: #5D05AC;
}
</style>