Shades of Indigo #681192
Tints of Indigo #681192
RGB
CMYK
RGB Variations
Color information
#681192 (or 0x681192) is known color: Indigo. HEX triplet: 68, 11 and 92. RGB value is (104,17,146). Sum of RGB (Red+Green+Blue) = 104+17+146=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #681192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681192 is #97EE6D. Grayscale: #393939. Windows color (decimal): -9956974 or 9572712. OLE color: 9572712.
HSL color Cylindrical-coordinate representation of color #681192: hue angle of 280.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681192 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 17 | 146 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.43 |
| HSL | 280.47º | 0.79% | 0.32% | - |
| HSV(B) | 280.47º | 0.88% | 0.57% | - |
| XYZ | 11.1 | 5.42 | 27.66 | - |
| YUV | 57.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 146 | 0.29 | 0.88 | 0 | 0.43 | 280.47 | 0.79 | 0.32 |
| Hex | 68 | 11 | 92 | 1D | 58 | 0 | 2B | 118 | 4F | 20 |
| Octal | 150 | 21 | 222 | 35 | 130 | 0 | 53 | 430 | 117 | 40 |
| Binary | 1101000 | 10001 | 10010010 | 11101 | 1011000 | 0 | 101011 | 100011000 | 1001111 | 100000 |
Color Harmonies of #681192
Complementary color
Monochromatic Colors of #681192
Black with #681192
Text Example
Text Example
White with #681192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681192; }
p { color: rgb(104,17,146); }
H1.HeaderClassName
{
color: #681192;
}
.AnyTagClassName
{
color: #681192;
}
</style>
background-color css
<style>
a { background-color: #681192; }
a { background-color: rgb(104,17,146); }
div.DivClassName
{
background-color: #681192;
}
.BgClassName
{
background-color: #681192;
}
</style>
border-color css
<style>
span { border-color: #681192; }
span { border-color: rgb(104,17,146); }
td.TdClassName
{
border-color: #681192;
}
.TagClassName
{
border-color: #681192;
}
</style>