Shades of Indigo #6103A0
Tints of Indigo #6103A0
RGB
CMYK
RGB Variations
Color information
#6103A0 (or 0x6103A0) is known color: Indigo. HEX triplet: 61, 03 and A0. RGB value is (97,3,160). Sum of RGB (Red+Green+Blue) = 97+3+160=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #6103A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103A0 is #9EFC5F. Grayscale: #303030. Windows color (decimal): -10419296 or 10486625. OLE color: 10486625.
HSL color Cylindrical-coordinate representation of color #6103A0: hue angle of 275.92º 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 #6103A0 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 3 | 160 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.37 |
| HSL | 275.92º | 0.96% | 0.32% | - |
| HSV(B) | 275.92º | 0.98% | 0.63% | - |
| XYZ | 11.31 | 5.14 | 33.65 | - |
| YUV | 49 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 160 | 0.39 | 0.98 | 0 | 0.37 | 275.92 | 0.96 | 0.32 |
| Hex | 61 | 3 | A0 | 27 | 62 | 0 | 25 | 114 | 60 | 20 |
| Octal | 141 | 3 | 240 | 47 | 142 | 0 | 45 | 424 | 140 | 40 |
| Binary | 1100001 | 11 | 10100000 | 100111 | 1100010 | 0 | 100101 | 100010100 | 1100000 | 100000 |
Color Harmonies of #6103A0
Complementary color
Monochromatic Colors of #6103A0
Black with #6103A0
Text Example
Text Example
White with #6103A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103A0; }
p { color: rgb(97,3,160); }
H1.HeaderClassName
{
color: #6103A0;
}
.AnyTagClassName
{
color: #6103A0;
}
</style>
background-color css
<style>
a { background-color: #6103A0; }
a { background-color: rgb(97,3,160); }
div.DivClassName
{
background-color: #6103A0;
}
.BgClassName
{
background-color: #6103A0;
}
</style>
border-color css
<style>
span { border-color: #6103A0; }
span { border-color: rgb(97,3,160); }
td.TdClassName
{
border-color: #6103A0;
}
.TagClassName
{
border-color: #6103A0;
}
</style>