Shades of Indigo #5709A4
Tints of Indigo #5709A4
RGB
CMYK
RGB Variations
Color information
#5709A4 (or 0x5709A4) is known color: Indigo. HEX triplet: 57, 09 and A4. RGB value is (87,9,164). Sum of RGB (Red+Green+Blue) = 87+9+164=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #5709A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5709A4 is #A8F65B. Grayscale: #313131. Windows color (decimal): -11073116 or 10750295. OLE color: 10750295.
HSL color Cylindrical-coordinate representation of color #5709A4: hue angle of 270.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5709A4 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 9 | 164 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.36 |
| HSL | 270.19º | 0.9% | 0.34% | - |
| HSV(B) | 270.19º | 0.95% | 0.64% | - |
| XYZ | 10.73 | 4.9 | 35.5 | - |
| YUV | 49.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 164 | 0.47 | 0.95 | 0 | 0.36 | 270.19 | 0.9 | 0.34 |
| Hex | 57 | 9 | A4 | 2F | 5F | 0 | 24 | 10E | 5A | 22 |
| Octal | 127 | 11 | 244 | 57 | 137 | 0 | 44 | 416 | 132 | 42 |
| Binary | 1010111 | 1001 | 10100100 | 101111 | 1011111 | 0 | 100100 | 100001110 | 1011010 | 100010 |
Color Harmonies of #5709A4
Complementary color
Monochromatic Colors of #5709A4
Black with #5709A4
Text Example
Text Example
White with #5709A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709A4; }
p { color: rgb(87,9,164); }
H1.HeaderClassName
{
color: #5709A4;
}
.AnyTagClassName
{
color: #5709A4;
}
</style>
background-color css
<style>
a { background-color: #5709A4; }
a { background-color: rgb(87,9,164); }
div.DivClassName
{
background-color: #5709A4;
}
.BgClassName
{
background-color: #5709A4;
}
</style>
border-color css
<style>
span { border-color: #5709A4; }
span { border-color: rgb(87,9,164); }
td.TdClassName
{
border-color: #5709A4;
}
.TagClassName
{
border-color: #5709A4;
}
</style>