Shades of Indigo #5C07AA
Tints of Indigo #5C07AA
RGB
CMYK
RGB Variations
Color information
#5C07AA (or 0x5C07AA) is known color: Indigo. HEX triplet: 5C, 07 and AA. RGB value is (92,7,170). Sum of RGB (Red+Green+Blue) = 92+7+170=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C07AA is #A3F855. Grayscale: #323232. Windows color (decimal): -10745942 or 11143004. OLE color: 11143004.
HSL color Cylindrical-coordinate representation of color #5C07AA: hue angle of 271.29º 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 #5C07AA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 7 | 170 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.33 |
| HSL | 271.29º | 0.92% | 0.35% | - |
| HSV(B) | 271.29º | 0.96% | 0.67% | - |
| XYZ | 11.75 | 5.33 | 38.44 | - |
| YUV | 51 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 170 | 0.46 | 0.96 | 0 | 0.33 | 271.29 | 0.92 | 0.35 |
| Hex | 5C | 7 | AA | 2E | 60 | 0 | 21 | 10F | 5C | 23 |
| Octal | 134 | 7 | 252 | 56 | 140 | 0 | 41 | 417 | 134 | 43 |
| Binary | 1011100 | 111 | 10101010 | 101110 | 1100000 | 0 | 100001 | 100001111 | 1011100 | 100011 |
Color Harmonies of #5C07AA
Complementary color
Monochromatic Colors of #5C07AA
Black with #5C07AA
Text Example
Text Example
White with #5C07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C07AA; }
p { color: rgb(92,7,170); }
H1.HeaderClassName
{
color: #5C07AA;
}
.AnyTagClassName
{
color: #5C07AA;
}
</style>
background-color css
<style>
a { background-color: #5C07AA; }
a { background-color: rgb(92,7,170); }
div.DivClassName
{
background-color: #5C07AA;
}
.BgClassName
{
background-color: #5C07AA;
}
</style>
border-color css
<style>
span { border-color: #5C07AA; }
span { border-color: rgb(92,7,170); }
td.TdClassName
{
border-color: #5C07AA;
}
.TagClassName
{
border-color: #5C07AA;
}
</style>