Shades of Indigo #681793
Tints of Indigo #681793
RGB
CMYK
RGB Variations
Color information
#681793 (or 0x681793) is known color: Indigo. HEX triplet: 68, 17 and 93. RGB value is (104,23,147). Sum of RGB (Red+Green+Blue) = 104+23+147=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #681793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681793 is #97E86C. Grayscale: #3C3C3C. Windows color (decimal): -9955437 or 9639784. OLE color: 9639784.
HSL color Cylindrical-coordinate representation of color #681793: hue angle of 279.19º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681793 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 23 | 147 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.42 |
| HSL | 279.19º | 0.73% | 0.33% | - |
| HSV(B) | 279.19º | 0.84% | 0.58% | - |
| XYZ | 11.28 | 5.66 | 28.1 | - |
| YUV | 61.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 147 | 0.29 | 0.84 | 0 | 0.42 | 279.19 | 0.73 | 0.33 |
| Hex | 68 | 17 | 93 | 1D | 54 | 0 | 2A | 117 | 49 | 21 |
| Octal | 150 | 27 | 223 | 35 | 124 | 0 | 52 | 427 | 111 | 41 |
| Binary | 1101000 | 10111 | 10010011 | 11101 | 1010100 | 0 | 101010 | 100010111 | 1001001 | 100001 |
Color Harmonies of #681793
Complementary color
Monochromatic Colors of #681793
Black with #681793
Text Example
Text Example
White with #681793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681793; }
p { color: rgb(104,23,147); }
H1.HeaderClassName
{
color: #681793;
}
.AnyTagClassName
{
color: #681793;
}
</style>
background-color css
<style>
a { background-color: #681793; }
a { background-color: rgb(104,23,147); }
div.DivClassName
{
background-color: #681793;
}
.BgClassName
{
background-color: #681793;
}
</style>
border-color css
<style>
span { border-color: #681793; }
span { border-color: rgb(104,23,147); }
td.TdClassName
{
border-color: #681793;
}
.TagClassName
{
border-color: #681793;
}
</style>