Shades of Indigo #681796
Tints of Indigo #681796
RGB
CMYK
RGB Variations
Color information
#681796 (or 0x681796) is known color: Indigo. HEX triplet: 68, 17 and 96. RGB value is (104,23,150). Sum of RGB (Red+Green+Blue) = 104+23+150=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #681796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681796 is #97E869. Grayscale: #3D3D3D. Windows color (decimal): -9955434 or 9836392. OLE color: 9836392.
HSL color Cylindrical-coordinate representation of color #681796: hue angle of 278.27º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681796 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 23 | 150 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.41 |
| HSL | 278.27º | 0.73% | 0.34% | - |
| HSV(B) | 278.27º | 0.85% | 0.59% | - |
| XYZ | 11.52 | 5.76 | 29.36 | - |
| YUV | 61.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 150 | 0.31 | 0.85 | 0 | 0.41 | 278.27 | 0.73 | 0.34 |
| Hex | 68 | 17 | 96 | 1F | 55 | 0 | 29 | 116 | 49 | 22 |
| Octal | 150 | 27 | 226 | 37 | 125 | 0 | 51 | 426 | 111 | 42 |
| Binary | 1101000 | 10111 | 10010110 | 11111 | 1010101 | 0 | 101001 | 100010110 | 1001001 | 100010 |
Color Harmonies of #681796
Complementary color
Monochromatic Colors of #681796
Black with #681796
Text Example
Text Example
White with #681796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681796; }
p { color: rgb(104,23,150); }
H1.HeaderClassName
{
color: #681796;
}
.AnyTagClassName
{
color: #681796;
}
</style>
background-color css
<style>
a { background-color: #681796; }
a { background-color: rgb(104,23,150); }
div.DivClassName
{
background-color: #681796;
}
.BgClassName
{
background-color: #681796;
}
</style>
border-color css
<style>
span { border-color: #681796; }
span { border-color: rgb(104,23,150); }
td.TdClassName
{
border-color: #681796;
}
.TagClassName
{
border-color: #681796;
}
</style>