Shades of Indigo #681798
Tints of Indigo #681798
RGB
CMYK
RGB Variations
Color information
#681798 (or 0x681798) is known color: Indigo. HEX triplet: 68, 17 and 98. RGB value is (104,23,152). Sum of RGB (Red+Green+Blue) = 104+23+152=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #681798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681798 is #97E867. Grayscale: #3D3D3D. Windows color (decimal): -9955432 or 9967464. OLE color: 9967464.
HSL color Cylindrical-coordinate representation of color #681798: hue angle of 277.67º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681798 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 23 | 152 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.40 |
| HSL | 277.67º | 0.74% | 0.34% | - |
| HSV(B) | 277.67º | 0.85% | 0.6% | - |
| XYZ | 11.68 | 5.82 | 30.21 | - |
| YUV | 61.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 152 | 0.32 | 0.85 | 0 | 0.40 | 277.67 | 0.74 | 0.34 |
| Hex | 68 | 17 | 98 | 20 | 55 | 0 | 28 | 116 | 4A | 22 |
| Octal | 150 | 27 | 230 | 40 | 125 | 0 | 50 | 426 | 112 | 42 |
| Binary | 1101000 | 10111 | 10011000 | 100000 | 1010101 | 0 | 101000 | 100010110 | 1001010 | 100010 |
Color Harmonies of #681798
Complementary color
Monochromatic Colors of #681798
Black with #681798
Text Example
Text Example
White with #681798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681798; }
p { color: rgb(104,23,152); }
H1.HeaderClassName
{
color: #681798;
}
.AnyTagClassName
{
color: #681798;
}
</style>
background-color css
<style>
a { background-color: #681798; }
a { background-color: rgb(104,23,152); }
div.DivClassName
{
background-color: #681798;
}
.BgClassName
{
background-color: #681798;
}
</style>
border-color css
<style>
span { border-color: #681798; }
span { border-color: rgb(104,23,152); }
td.TdClassName
{
border-color: #681798;
}
.TagClassName
{
border-color: #681798;
}
</style>