Shades of Indigo #681589
Tints of Indigo #681589
RGB
CMYK
RGB Variations
Color information
#681589 (or 0x681589) is known color: Indigo. HEX triplet: 68, 15 and 89. RGB value is (104,21,137). Sum of RGB (Red+Green+Blue) = 104+21+137=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #681589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681589 is #97EA76. Grayscale: #3A3A3A. Windows color (decimal): -9955959 or 8983912. OLE color: 8983912.
HSL color Cylindrical-coordinate representation of color #681589: hue angle of 282.93º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681589 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 21 | 137 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.46 |
| HSL | 282.93º | 0.73% | 0.31% | - |
| HSV(B) | 282.93º | 0.85% | 0.54% | - |
| XYZ | 10.49 | 5.29 | 24.13 | - |
| YUV | 59.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 137 | 0.24 | 0.85 | 0 | 0.46 | 282.93 | 0.73 | 0.31 |
| Hex | 68 | 15 | 89 | 18 | 55 | 0 | 2E | 11B | 49 | 1F |
| Octal | 150 | 25 | 211 | 30 | 125 | 0 | 56 | 433 | 111 | 37 |
| Binary | 1101000 | 10101 | 10001001 | 11000 | 1010101 | 0 | 101110 | 100011011 | 1001001 | 11111 |
Color Harmonies of #681589
Complementary color
Monochromatic Colors of #681589
Black with #681589
Text Example
Text Example
White with #681589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681589; }
p { color: rgb(104,21,137); }
H1.HeaderClassName
{
color: #681589;
}
.AnyTagClassName
{
color: #681589;
}
</style>
background-color css
<style>
a { background-color: #681589; }
a { background-color: rgb(104,21,137); }
div.DivClassName
{
background-color: #681589;
}
.BgClassName
{
background-color: #681589;
}
</style>
border-color css
<style>
span { border-color: #681589; }
span { border-color: rgb(104,21,137); }
td.TdClassName
{
border-color: #681589;
}
.TagClassName
{
border-color: #681589;
}
</style>