Shades of Indigo #681195
Tints of Indigo #681195
RGB
CMYK
RGB Variations
Color information
#681195 (or 0x681195) is known color: Indigo. HEX triplet: 68, 11 and 95. RGB value is (104,17,149). Sum of RGB (Red+Green+Blue) = 104+17+149=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #681195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681195 is #97EE6A. Grayscale: #393939. Windows color (decimal): -9956971 or 9769320. OLE color: 9769320.
HSL color Cylindrical-coordinate representation of color #681195: hue angle of 279.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681195 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 17 | 149 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.42 |
| HSL | 279.55º | 0.8% | 0.33% | - |
| HSV(B) | 279.55º | 0.89% | 0.58% | - |
| XYZ | 11.33 | 5.51 | 28.9 | - |
| YUV | 58.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 149 | 0.30 | 0.89 | 0 | 0.42 | 279.55 | 0.8 | 0.33 |
| Hex | 68 | 11 | 95 | 1E | 59 | 0 | 2A | 118 | 50 | 21 |
| Octal | 150 | 21 | 225 | 36 | 131 | 0 | 52 | 430 | 120 | 41 |
| Binary | 1101000 | 10001 | 10010101 | 11110 | 1011001 | 0 | 101010 | 100011000 | 1010000 | 100001 |
Color Harmonies of #681195
Complementary color
Monochromatic Colors of #681195
Black with #681195
Text Example
Text Example
White with #681195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681195; }
p { color: rgb(104,17,149); }
H1.HeaderClassName
{
color: #681195;
}
.AnyTagClassName
{
color: #681195;
}
</style>
background-color css
<style>
a { background-color: #681195; }
a { background-color: rgb(104,17,149); }
div.DivClassName
{
background-color: #681195;
}
.BgClassName
{
background-color: #681195;
}
</style>
border-color css
<style>
span { border-color: #681195; }
span { border-color: rgb(104,17,149); }
td.TdClassName
{
border-color: #681195;
}
.TagClassName
{
border-color: #681195;
}
</style>