Shades of Indigo #6003A0
Tints of Indigo #6003A0
RGB
CMYK
RGB Variations
Color information
#6003A0 (or 0x6003A0) is known color: Indigo. HEX triplet: 60, 03 and A0. RGB value is (96,3,160). Sum of RGB (Red+Green+Blue) = 96+3+160=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #6003A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6003A0 is #9FFC5F. Grayscale: #303030. Windows color (decimal): -10484832 or 10486624. OLE color: 10486624.
HSL color Cylindrical-coordinate representation of color #6003A0: hue angle of 275.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6003A0 is Cyan = 0.4, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 3 | 160 | - |
| CMYK | 0.4 | 0.98 | 0 | 0.37 |
| HSL | 275.54º | 0.96% | 0.32% | - |
| HSV(B) | 275.54º | 0.98% | 0.63% | - |
| XYZ | 11.2 | 5.09 | 33.65 | - |
| YUV | 48.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 160 | 0.4 | 0.98 | 0 | 0.37 | 275.54 | 0.96 | 0.32 |
| Hex | 60 | 3 | A0 | 28 | 62 | 0 | 25 | 114 | 60 | 20 |
| Octal | 140 | 3 | 240 | 50 | 142 | 0 | 45 | 424 | 140 | 40 |
| Binary | 1100000 | 11 | 10100000 | 101000 | 1100010 | 0 | 100101 | 100010100 | 1100000 | 100000 |
Color Harmonies of #6003A0
Complementary color
Monochromatic Colors of #6003A0
Black with #6003A0
Text Example
Text Example
White with #6003A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003A0; }
p { color: rgb(96,3,160); }
H1.HeaderClassName
{
color: #6003A0;
}
.AnyTagClassName
{
color: #6003A0;
}
</style>
background-color css
<style>
a { background-color: #6003A0; }
a { background-color: rgb(96,3,160); }
div.DivClassName
{
background-color: #6003A0;
}
.BgClassName
{
background-color: #6003A0;
}
</style>
border-color css
<style>
span { border-color: #6003A0; }
span { border-color: rgb(96,3,160); }
td.TdClassName
{
border-color: #6003A0;
}
.TagClassName
{
border-color: #6003A0;
}
</style>