Shades of Indigo #681794
Tints of Indigo #681794
RGB
CMYK
RGB Variations
Color information
#681794 (or 0x681794) is known color: Indigo. HEX triplet: 68, 17 and 94. RGB value is (104,23,148). Sum of RGB (Red+Green+Blue) = 104+23+148=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #681794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681794 is #97E86B. Grayscale: #3D3D3D. Windows color (decimal): -9955436 or 9705320. OLE color: 9705320.
HSL color Cylindrical-coordinate representation of color #681794: hue angle of 278.88º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681794 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 23 | 148 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.42 |
| HSL | 278.88º | 0.73% | 0.34% | - |
| HSV(B) | 278.88º | 0.84% | 0.58% | - |
| XYZ | 11.36 | 5.69 | 28.52 | - |
| YUV | 61.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 148 | 0.30 | 0.84 | 0 | 0.42 | 278.88 | 0.73 | 0.34 |
| Hex | 68 | 17 | 94 | 1E | 54 | 0 | 2A | 117 | 49 | 22 |
| Octal | 150 | 27 | 224 | 36 | 124 | 0 | 52 | 427 | 111 | 42 |
| Binary | 1101000 | 10111 | 10010100 | 11110 | 1010100 | 0 | 101010 | 100010111 | 1001001 | 100010 |
Color Harmonies of #681794
Complementary color
Monochromatic Colors of #681794
Black with #681794
Text Example
Text Example
White with #681794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681794; }
p { color: rgb(104,23,148); }
H1.HeaderClassName
{
color: #681794;
}
.AnyTagClassName
{
color: #681794;
}
</style>
background-color css
<style>
a { background-color: #681794; }
a { background-color: rgb(104,23,148); }
div.DivClassName
{
background-color: #681794;
}
.BgClassName
{
background-color: #681794;
}
</style>
border-color css
<style>
span { border-color: #681794; }
span { border-color: rgb(104,23,148); }
td.TdClassName
{
border-color: #681794;
}
.TagClassName
{
border-color: #681794;
}
</style>