Shades of Indigo #6110A3
Tints of Indigo #6110A3
RGB
CMYK
RGB Variations
Color information
#6110A3 (or 0x6110A3) is known color: Indigo. HEX triplet: 61, 10 and A3. RGB value is (97,16,163). Sum of RGB (Red+Green+Blue) = 97+16+163=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #6110A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6110A3 is #9EEF5C. Grayscale: #383838. Windows color (decimal): -10415965 or 10686561. OLE color: 10686561.
HSL color Cylindrical-coordinate representation of color #6110A3: hue angle of 273.06º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6110A3 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 16 | 163 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.36 |
| HSL | 273.06º | 0.82% | 0.35% | - |
| HSV(B) | 273.06º | 0.9% | 0.64% | - |
| XYZ | 11.73 | 5.56 | 35.1 | - |
| YUV | 56.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 163 | 0.40 | 0.90 | 0 | 0.36 | 273.06 | 0.82 | 0.35 |
| Hex | 61 | 10 | A3 | 28 | 5A | 0 | 24 | 111 | 52 | 23 |
| Octal | 141 | 20 | 243 | 50 | 132 | 0 | 44 | 421 | 122 | 43 |
| Binary | 1100001 | 10000 | 10100011 | 101000 | 1011010 | 0 | 100100 | 100010001 | 1010010 | 100011 |
Color Harmonies of #6110A3
Complementary color
Monochromatic Colors of #6110A3
Black with #6110A3
Text Example
Text Example
White with #6110A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6110A3; }
p { color: rgb(97,16,163); }
H1.HeaderClassName
{
color: #6110A3;
}
.AnyTagClassName
{
color: #6110A3;
}
</style>
background-color css
<style>
a { background-color: #6110A3; }
a { background-color: rgb(97,16,163); }
div.DivClassName
{
background-color: #6110A3;
}
.BgClassName
{
background-color: #6110A3;
}
</style>
border-color css
<style>
span { border-color: #6110A3; }
span { border-color: rgb(97,16,163); }
td.TdClassName
{
border-color: #6110A3;
}
.TagClassName
{
border-color: #6110A3;
}
</style>