Shades of Indigo #681193
Tints of Indigo #681193
RGB
CMYK
RGB Variations
Color information
#681193 (or 0x681193) is known color: Indigo. HEX triplet: 68, 11 and 93. RGB value is (104,17,147). Sum of RGB (Red+Green+Blue) = 104+17+147=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #681193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681193 is #97EE6C. Grayscale: #393939. Windows color (decimal): -9956973 or 9638248. OLE color: 9638248.
HSL color Cylindrical-coordinate representation of color #681193: hue angle of 280.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681193 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 17 | 147 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.42 |
| HSL | 280.15º | 0.79% | 0.32% | - |
| HSV(B) | 280.15º | 0.88% | 0.58% | - |
| XYZ | 11.18 | 5.45 | 28.07 | - |
| YUV | 57.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 147 | 0.29 | 0.88 | 0 | 0.42 | 280.15 | 0.79 | 0.32 |
| Hex | 68 | 11 | 93 | 1D | 58 | 0 | 2A | 118 | 4F | 20 |
| Octal | 150 | 21 | 223 | 35 | 130 | 0 | 52 | 430 | 117 | 40 |
| Binary | 1101000 | 10001 | 10010011 | 11101 | 1011000 | 0 | 101010 | 100011000 | 1001111 | 100000 |
Color Harmonies of #681193
Complementary color
Monochromatic Colors of #681193
Black with #681193
Text Example
Text Example
White with #681193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681193; }
p { color: rgb(104,17,147); }
H1.HeaderClassName
{
color: #681193;
}
.AnyTagClassName
{
color: #681193;
}
</style>
background-color css
<style>
a { background-color: #681193; }
a { background-color: rgb(104,17,147); }
div.DivClassName
{
background-color: #681193;
}
.BgClassName
{
background-color: #681193;
}
</style>
border-color css
<style>
span { border-color: #681193; }
span { border-color: rgb(104,17,147); }
td.TdClassName
{
border-color: #681193;
}
.TagClassName
{
border-color: #681193;
}
</style>