Shades of Indigo #6102A3
Tints of Indigo #6102A3
RGB
CMYK
RGB Variations
Color information
#6102A3 (or 0x6102A3) is known color: Indigo. HEX triplet: 61, 02 and A3. RGB value is (97,2,163). Sum of RGB (Red+Green+Blue) = 97+2+163=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #6102A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6102A3 is #9EFD5C. Grayscale: #303030. Windows color (decimal): -10419549 or 10682977. OLE color: 10682977.
HSL color Cylindrical-coordinate representation of color #6102A3: hue angle of 275.4º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102A3 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 2 | 163 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.36 |
| HSL | 275.4º | 0.98% | 0.32% | - |
| HSV(B) | 275.4º | 0.99% | 0.64% | - |
| XYZ | 11.56 | 5.23 | 35.05 | - |
| YUV | 48.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 163 | 0.40 | 0.99 | 0 | 0.36 | 275.4 | 0.98 | 0.32 |
| Hex | 61 | 2 | A3 | 28 | 63 | 0 | 24 | 113 | 62 | 20 |
| Octal | 141 | 2 | 243 | 50 | 143 | 0 | 44 | 423 | 142 | 40 |
| Binary | 1100001 | 10 | 10100011 | 101000 | 1100011 | 0 | 100100 | 100010011 | 1100010 | 100000 |
Color Harmonies of #6102A3
Complementary color
Monochromatic Colors of #6102A3
Black with #6102A3
Text Example
Text Example
White with #6102A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102A3; }
p { color: rgb(97,2,163); }
H1.HeaderClassName
{
color: #6102A3;
}
.AnyTagClassName
{
color: #6102A3;
}
</style>
background-color css
<style>
a { background-color: #6102A3; }
a { background-color: rgb(97,2,163); }
div.DivClassName
{
background-color: #6102A3;
}
.BgClassName
{
background-color: #6102A3;
}
</style>
border-color css
<style>
span { border-color: #6102A3; }
span { border-color: rgb(97,2,163); }
td.TdClassName
{
border-color: #6102A3;
}
.TagClassName
{
border-color: #6102A3;
}
</style>