Shades of Indigo #6108A2
Tints of Indigo #6108A2
RGB
CMYK
RGB Variations
Color information
#6108A2 (or 0x6108A2) is known color: Indigo. HEX triplet: 61, 08 and A2. RGB value is (97,8,162). Sum of RGB (Red+Green+Blue) = 97+8+162=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #6108A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6108A2 is #9EF75D. Grayscale: #333333. Windows color (decimal): -10418014 or 10618977. OLE color: 10618977.
HSL color Cylindrical-coordinate representation of color #6108A2: hue angle of 274.68º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6108A2 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 8 | 162 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.36 |
| HSL | 274.68º | 0.91% | 0.33% | - |
| HSV(B) | 274.68º | 0.95% | 0.64% | - |
| XYZ | 11.54 | 5.32 | 34.6 | - |
| YUV | 52.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 162 | 0.40 | 0.95 | 0 | 0.36 | 274.68 | 0.91 | 0.33 |
| Hex | 61 | 8 | A2 | 28 | 5F | 0 | 24 | 113 | 5B | 21 |
| Octal | 141 | 10 | 242 | 50 | 137 | 0 | 44 | 423 | 133 | 41 |
| Binary | 1100001 | 1000 | 10100010 | 101000 | 1011111 | 0 | 100100 | 100010011 | 1011011 | 100001 |
Color Harmonies of #6108A2
Complementary color
Monochromatic Colors of #6108A2
Black with #6108A2
Text Example
Text Example
White with #6108A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108A2; }
p { color: rgb(97,8,162); }
H1.HeaderClassName
{
color: #6108A2;
}
.AnyTagClassName
{
color: #6108A2;
}
</style>
background-color css
<style>
a { background-color: #6108A2; }
a { background-color: rgb(97,8,162); }
div.DivClassName
{
background-color: #6108A2;
}
.BgClassName
{
background-color: #6108A2;
}
</style>
border-color css
<style>
span { border-color: #6108A2; }
span { border-color: rgb(97,8,162); }
td.TdClassName
{
border-color: #6108A2;
}
.TagClassName
{
border-color: #6108A2;
}
</style>