Shades of Indigo #6103AB
Tints of Indigo #6103AB
RGB
CMYK
RGB Variations
Color information
#6103AB (or 0x6103AB) is known color: Indigo. HEX triplet: 61, 03 and AB. RGB value is (97,3,171). Sum of RGB (Red+Green+Blue) = 97+3+171=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #6103AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103AB is #9EFC54. Grayscale: #313131. Windows color (decimal): -10419285 or 11207521. OLE color: 11207521.
HSL color Cylindrical-coordinate representation of color #6103AB: hue angle of 273.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103AB is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 3 | 171 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.33 |
| HSL | 273.57º | 0.97% | 0.34% | - |
| HSV(B) | 273.57º | 0.98% | 0.67% | - |
| XYZ | 12.31 | 5.55 | 38.95 | - |
| YUV | 50.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 171 | 0.43 | 0.98 | 0 | 0.33 | 273.57 | 0.97 | 0.34 |
| Hex | 61 | 3 | AB | 2B | 62 | 0 | 21 | 112 | 61 | 22 |
| Octal | 141 | 3 | 253 | 53 | 142 | 0 | 41 | 422 | 141 | 42 |
| Binary | 1100001 | 11 | 10101011 | 101011 | 1100010 | 0 | 100001 | 100010010 | 1100001 | 100010 |
Color Harmonies of #6103AB
Complementary color
Monochromatic Colors of #6103AB
Black with #6103AB
Text Example
Text Example
White with #6103AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103AB; }
p { color: rgb(97,3,171); }
H1.HeaderClassName
{
color: #6103AB;
}
.AnyTagClassName
{
color: #6103AB;
}
</style>
background-color css
<style>
a { background-color: #6103AB; }
a { background-color: rgb(97,3,171); }
div.DivClassName
{
background-color: #6103AB;
}
.BgClassName
{
background-color: #6103AB;
}
</style>
border-color css
<style>
span { border-color: #6103AB; }
span { border-color: rgb(97,3,171); }
td.TdClassName
{
border-color: #6103AB;
}
.TagClassName
{
border-color: #6103AB;
}
</style>