Shades of Indigo #5D07AB
Tints of Indigo #5D07AB
RGB
CMYK
RGB Variations
Color information
#5D07AB (or 0x5D07AB) is known color: Indigo. HEX triplet: 5D, 07 and AB. RGB value is (93,7,171). Sum of RGB (Red+Green+Blue) = 93+7+171=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D07AB is #A2F854. Grayscale: #323232. Windows color (decimal): -10680405 or 11208541. OLE color: 11208541.
HSL color Cylindrical-coordinate representation of color #5D07AB: hue angle of 271.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D07AB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 7 | 171 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.33 |
| HSL | 271.46º | 0.92% | 0.35% | - |
| HSV(B) | 271.46º | 0.96% | 0.67% | - |
| XYZ | 11.94 | 5.42 | 38.94 | - |
| YUV | 51.41 | 195.49 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 171 | 0.46 | 0.96 | 0 | 0.33 | 271.46 | 0.92 | 0.35 |
| Hex | 5D | 7 | AB | 2E | 60 | 0 | 21 | 10F | 5C | 23 |
| Octal | 135 | 7 | 253 | 56 | 140 | 0 | 41 | 417 | 134 | 43 |
| Binary | 1011101 | 111 | 10101011 | 101110 | 1100000 | 0 | 100001 | 100001111 | 1011100 | 100011 |
Color Harmonies of #5D07AB
Complementary color
Monochromatic Colors of #5D07AB
Black with #5D07AB
Text Example
Text Example
White with #5D07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D07AB; }
p { color: rgb(93,7,171); }
H1.HeaderClassName
{
color: #5D07AB;
}
.AnyTagClassName
{
color: #5D07AB;
}
</style>
background-color css
<style>
a { background-color: #5D07AB; }
a { background-color: rgb(93,7,171); }
div.DivClassName
{
background-color: #5D07AB;
}
.BgClassName
{
background-color: #5D07AB;
}
</style>
border-color css
<style>
span { border-color: #5D07AB; }
span { border-color: rgb(93,7,171); }
td.TdClassName
{
border-color: #5D07AB;
}
.TagClassName
{
border-color: #5D07AB;
}
</style>