Shades of Indigo #5706A4
Tints of Indigo #5706A4
RGB
CMYK
RGB Variations
Color information
#5706A4 (or 0x5706A4) is known color: Indigo. HEX triplet: 57, 06 and A4. RGB value is (87,6,164). Sum of RGB (Red+Green+Blue) = 87+6+164=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #5706A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5706A4 is #A8F95B. Grayscale: #2F2F2F. Windows color (decimal): -11073884 or 10749527. OLE color: 10749527.
HSL color Cylindrical-coordinate representation of color #5706A4: hue angle of 270.76º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5706A4 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 6 | 164 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.36 |
| HSL | 270.76º | 0.93% | 0.33% | - |
| HSV(B) | 270.76º | 0.96% | 0.64% | - |
| XYZ | 10.7 | 4.84 | 35.49 | - |
| YUV | 48.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 164 | 0.47 | 0.96 | 0 | 0.36 | 270.76 | 0.93 | 0.33 |
| Hex | 57 | 6 | A4 | 2F | 60 | 0 | 24 | 10F | 5D | 21 |
| Octal | 127 | 6 | 244 | 57 | 140 | 0 | 44 | 417 | 135 | 41 |
| Binary | 1010111 | 110 | 10100100 | 101111 | 1100000 | 0 | 100100 | 100001111 | 1011101 | 100001 |
Color Harmonies of #5706A4
Complementary color
Monochromatic Colors of #5706A4
Black with #5706A4
Text Example
Text Example
White with #5706A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706A4; }
p { color: rgb(87,6,164); }
H1.HeaderClassName
{
color: #5706A4;
}
.AnyTagClassName
{
color: #5706A4;
}
</style>
background-color css
<style>
a { background-color: #5706A4; }
a { background-color: rgb(87,6,164); }
div.DivClassName
{
background-color: #5706A4;
}
.BgClassName
{
background-color: #5706A4;
}
</style>
border-color css
<style>
span { border-color: #5706A4; }
span { border-color: rgb(87,6,164); }
td.TdClassName
{
border-color: #5706A4;
}
.TagClassName
{
border-color: #5706A4;
}
</style>