Shades of Indigo #6103AC
Tints of Indigo #6103AC
RGB
CMYK
RGB Variations
Color information
#6103AC (or 0x6103AC) is known color: Indigo. HEX triplet: 61, 03 and AC. RGB value is (97,3,172). Sum of RGB (Red+Green+Blue) = 97+3+172=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #6103AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6103AC is #9EFC53. Grayscale: #313131. Windows color (decimal): -10419284 or 11273057. OLE color: 11273057.
HSL color Cylindrical-coordinate representation of color #6103AC: hue angle of 273.37º 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 #6103AC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 3 | 172 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.33 |
| HSL | 273.37º | 0.97% | 0.34% | - |
| HSV(B) | 273.37º | 0.98% | 0.67% | - |
| XYZ | 12.41 | 5.59 | 39.45 | - |
| YUV | 50.37 | 196.64 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 172 | 0.44 | 0.98 | 0 | 0.33 | 273.37 | 0.97 | 0.34 |
| Hex | 61 | 3 | AC | 2C | 62 | 0 | 21 | 111 | 61 | 22 |
| Octal | 141 | 3 | 254 | 54 | 142 | 0 | 41 | 421 | 141 | 42 |
| Binary | 1100001 | 11 | 10101100 | 101100 | 1100010 | 0 | 100001 | 100010001 | 1100001 | 100010 |
Color Harmonies of #6103AC
Complementary color
Monochromatic Colors of #6103AC
Black with #6103AC
Text Example
Text Example
White with #6103AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103AC; }
p { color: rgb(97,3,172); }
H1.HeaderClassName
{
color: #6103AC;
}
.AnyTagClassName
{
color: #6103AC;
}
</style>
background-color css
<style>
a { background-color: #6103AC; }
a { background-color: rgb(97,3,172); }
div.DivClassName
{
background-color: #6103AC;
}
.BgClassName
{
background-color: #6103AC;
}
</style>
border-color css
<style>
span { border-color: #6103AC; }
span { border-color: rgb(97,3,172); }
td.TdClassName
{
border-color: #6103AC;
}
.TagClassName
{
border-color: #6103AC;
}
</style>