Shades of Indigo #600FA1
Tints of Indigo #600FA1
RGB
CMYK
RGB Variations
Color information
#600FA1 (or 0x600FA1) is known color: Indigo. HEX triplet: 60, 0F and A1. RGB value is (96,15,161). Sum of RGB (Red+Green+Blue) = 96+15+161=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #600FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600FA1 is #9FF05E. Grayscale: #373737. Windows color (decimal): -10481759 or 10555232. OLE color: 10555232.
HSL color Cylindrical-coordinate representation of color #600FA1: hue angle of 273.29º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600FA1 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 15 | 161 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.37 |
| HSL | 273.29º | 0.83% | 0.35% | - |
| HSV(B) | 273.29º | 0.91% | 0.63% | - |
| XYZ | 11.43 | 5.4 | 34.16 | - |
| YUV | 55.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 161 | 0.40 | 0.91 | 0 | 0.37 | 273.29 | 0.83 | 0.35 |
| Hex | 60 | F | A1 | 28 | 5B | 0 | 25 | 111 | 53 | 23 |
| Octal | 140 | 17 | 241 | 50 | 133 | 0 | 45 | 421 | 123 | 43 |
| Binary | 1100000 | 1111 | 10100001 | 101000 | 1011011 | 0 | 100101 | 100010001 | 1010011 | 100011 |
Color Harmonies of #600FA1
Complementary color
Monochromatic Colors of #600FA1
Black with #600FA1
Text Example
Text Example
White with #600FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FA1; }
p { color: rgb(96,15,161); }
H1.HeaderClassName
{
color: #600FA1;
}
.AnyTagClassName
{
color: #600FA1;
}
</style>
background-color css
<style>
a { background-color: #600FA1; }
a { background-color: rgb(96,15,161); }
div.DivClassName
{
background-color: #600FA1;
}
.BgClassName
{
background-color: #600FA1;
}
</style>
border-color css
<style>
span { border-color: #600FA1; }
span { border-color: rgb(96,15,161); }
td.TdClassName
{
border-color: #600FA1;
}
.TagClassName
{
border-color: #600FA1;
}
</style>