Shades of Indigo #6000A1
Tints of Indigo #6000A1
RGB
CMYK
RGB Variations
Color information
#6000A1 (or 0x6000A1) is known color: Indigo. HEX triplet: 60, 00 and A1. RGB value is (96,0,161). Sum of RGB (Red+Green+Blue) = 96+0+161=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #6000A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6000A1 is #9FFF5E. Grayscale: #2E2E2E. Windows color (decimal): -10485599 or 10551392. OLE color: 10551392.
HSL color Cylindrical-coordinate representation of color #6000A1: hue angle of 275.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000A1 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 0 | 161 | - |
| CMYK | 0.40 | 1 | 0 | 0.37 |
| HSL | 275.78º | 1% | 0.32% | - |
| HSV(B) | 275.78º | 1% | 0.63% | - |
| XYZ | 11.26 | 5.06 | 34.1 | - |
| YUV | 47.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 161 | 0.40 | 1 | 0 | 0.37 | 275.78 | 1 | 0.32 |
| Hex | 60 | 0 | A1 | 28 | 64 | 0 | 25 | 114 | 64 | 20 |
| Octal | 140 | 0 | 241 | 50 | 144 | 0 | 45 | 424 | 144 | 40 |
| Binary | 1100000 | 0 | 10100001 | 101000 | 1100100 | 0 | 100101 | 100010100 | 1100100 | 100000 |
Color Harmonies of #6000A1
Complementary color
Monochromatic Colors of #6000A1
Black with #6000A1
Text Example
Text Example
White with #6000A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000A1; }
p { color: rgb(96,0,161); }
H1.HeaderClassName
{
color: #6000A1;
}
.AnyTagClassName
{
color: #6000A1;
}
</style>
background-color css
<style>
a { background-color: #6000A1; }
a { background-color: rgb(96,0,161); }
div.DivClassName
{
background-color: #6000A1;
}
.BgClassName
{
background-color: #6000A1;
}
</style>
border-color css
<style>
span { border-color: #6000A1; }
span { border-color: rgb(96,0,161); }
td.TdClassName
{
border-color: #6000A1;
}
.TagClassName
{
border-color: #6000A1;
}
</style>