Shades of Indigo #6A128D
Tints of Indigo #6A128D
RGB
CMYK
RGB Variations
Color information
#6A128D (or 0x6A128D) is known color: Indigo. HEX triplet: 6A, 12 and 8D. RGB value is (106,18,141). Sum of RGB (Red+Green+Blue) = 106+18+141=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A128D is #95ED72. Grayscale: #393939. Windows color (decimal): -9825651 or 9245290. OLE color: 9245290.
HSL color Cylindrical-coordinate representation of color #6A128D: hue angle of 282.93º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A128D is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 18 | 141 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.45 |
| HSL | 282.93º | 0.77% | 0.31% | - |
| HSV(B) | 282.93º | 0.87% | 0.55% | - |
| XYZ | 10.97 | 5.42 | 25.67 | - |
| YUV | 58.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 141 | 0.25 | 0.87 | 0 | 0.45 | 282.93 | 0.77 | 0.31 |
| Hex | 6A | 12 | 8D | 19 | 57 | 0 | 2D | 11B | 4D | 1F |
| Octal | 152 | 22 | 215 | 31 | 127 | 0 | 55 | 433 | 115 | 37 |
| Binary | 1101010 | 10010 | 10001101 | 11001 | 1010111 | 0 | 101101 | 100011011 | 1001101 | 11111 |
Color Harmonies of #6A128D
Complementary color
Monochromatic Colors of #6A128D
Black with #6A128D
Text Example
Text Example
White with #6A128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A128D; }
p { color: rgb(106,18,141); }
H1.HeaderClassName
{
color: #6A128D;
}
.AnyTagClassName
{
color: #6A128D;
}
</style>
background-color css
<style>
a { background-color: #6A128D; }
a { background-color: rgb(106,18,141); }
div.DivClassName
{
background-color: #6A128D;
}
.BgClassName
{
background-color: #6A128D;
}
</style>
border-color css
<style>
span { border-color: #6A128D; }
span { border-color: rgb(106,18,141); }
td.TdClassName
{
border-color: #6A128D;
}
.TagClassName
{
border-color: #6A128D;
}
</style>