Shades of Indigo #681590
Tints of Indigo #681590
RGB
CMYK
RGB Variations
Color information
#681590 (or 0x681590) is known color: Indigo. HEX triplet: 68, 15 and 90. RGB value is (104,21,144). Sum of RGB (Red+Green+Blue) = 104+21+144=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #681590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681590 is #97EA6F. Grayscale: #3B3B3B. Windows color (decimal): -9955952 or 9442664. OLE color: 9442664.
HSL color Cylindrical-coordinate representation of color #681590: hue angle of 280.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681590 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 21 | 144 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.44 |
| HSL | 280.49º | 0.75% | 0.32% | - |
| HSV(B) | 280.49º | 0.85% | 0.56% | - |
| XYZ | 11.01 | 5.49 | 26.87 | - |
| YUV | 59.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 144 | 0.28 | 0.85 | 0 | 0.44 | 280.49 | 0.75 | 0.32 |
| Hex | 68 | 15 | 90 | 1C | 55 | 0 | 2C | 118 | 4B | 20 |
| Octal | 150 | 25 | 220 | 34 | 125 | 0 | 54 | 430 | 113 | 40 |
| Binary | 1101000 | 10101 | 10010000 | 11100 | 1010101 | 0 | 101100 | 100011000 | 1001011 | 100000 |
Color Harmonies of #681590
Complementary color
Monochromatic Colors of #681590
Black with #681590
Text Example
Text Example
White with #681590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681590; }
p { color: rgb(104,21,144); }
H1.HeaderClassName
{
color: #681590;
}
.AnyTagClassName
{
color: #681590;
}
</style>
background-color css
<style>
a { background-color: #681590; }
a { background-color: rgb(104,21,144); }
div.DivClassName
{
background-color: #681590;
}
.BgClassName
{
background-color: #681590;
}
</style>
border-color css
<style>
span { border-color: #681590; }
span { border-color: rgb(104,21,144); }
td.TdClassName
{
border-color: #681590;
}
.TagClassName
{
border-color: #681590;
}
</style>