Shades of Indigo #5707AD
Tints of Indigo #5707AD
RGB
CMYK
RGB Variations
Color information
#5707AD (or 0x5707AD) is known color: Indigo. HEX triplet: 57, 07 and AD. RGB value is (87,7,173). Sum of RGB (Red+Green+Blue) = 87+7+173=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #5707AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5707AD is #A8F852. Grayscale: #313131. Windows color (decimal): -11073619 or 11339607. OLE color: 11339607.
HSL color Cylindrical-coordinate representation of color #5707AD: hue angle of 268.92º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5707AD is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 7 | 173 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.32 |
| HSL | 268.92º | 0.92% | 0.35% | - |
| HSV(B) | 268.92º | 0.96% | 0.68% | - |
| XYZ | 11.55 | 5.2 | 39.93 | - |
| YUV | 49.84 | 197.5 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 173 | 0.50 | 0.96 | 0 | 0.32 | 268.92 | 0.92 | 0.35 |
| Hex | 57 | 7 | AD | 32 | 60 | 0 | 20 | 10D | 5C | 23 |
| Octal | 127 | 7 | 255 | 62 | 140 | 0 | 40 | 415 | 134 | 43 |
| Binary | 1010111 | 111 | 10101101 | 110010 | 1100000 | 0 | 100000 | 100001101 | 1011100 | 100011 |
Color Harmonies of #5707AD
Complementary color
Monochromatic Colors of #5707AD
Black with #5707AD
Text Example
Text Example
White with #5707AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707AD; }
p { color: rgb(87,7,173); }
H1.HeaderClassName
{
color: #5707AD;
}
.AnyTagClassName
{
color: #5707AD;
}
</style>
background-color css
<style>
a { background-color: #5707AD; }
a { background-color: rgb(87,7,173); }
div.DivClassName
{
background-color: #5707AD;
}
.BgClassName
{
background-color: #5707AD;
}
</style>
border-color css
<style>
span { border-color: #5707AD; }
span { border-color: rgb(87,7,173); }
td.TdClassName
{
border-color: #5707AD;
}
.TagClassName
{
border-color: #5707AD;
}
</style>