Shades of Indigo #681387
Tints of Indigo #681387
RGB
CMYK
RGB Variations
Color information
#681387 (or 0x681387) is known color: Indigo. HEX triplet: 68, 13 and 87. RGB value is (104,19,135). Sum of RGB (Red+Green+Blue) = 104+19+135=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #681387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681387 is #97EC78. Grayscale: #393939. Windows color (decimal): -9956473 or 8852328. OLE color: 8852328.
HSL color Cylindrical-coordinate representation of color #681387: hue angle of 283.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681387 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 19 | 135 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.47 |
| HSL | 283.97º | 0.75% | 0.3% | - |
| HSV(B) | 283.97º | 0.86% | 0.53% | - |
| XYZ | 10.31 | 5.16 | 23.37 | - |
| YUV | 57.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 135 | 0.23 | 0.86 | 0 | 0.47 | 283.97 | 0.75 | 0.3 |
| Hex | 68 | 13 | 87 | 17 | 56 | 0 | 2F | 11C | 4B | 1E |
| Octal | 150 | 23 | 207 | 27 | 126 | 0 | 57 | 434 | 113 | 36 |
| Binary | 1101000 | 10011 | 10000111 | 10111 | 1010110 | 0 | 101111 | 100011100 | 1001011 | 11110 |
Color Harmonies of #681387
Complementary color
Monochromatic Colors of #681387
Black with #681387
Text Example
Text Example
White with #681387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681387; }
p { color: rgb(104,19,135); }
H1.HeaderClassName
{
color: #681387;
}
.AnyTagClassName
{
color: #681387;
}
</style>
background-color css
<style>
a { background-color: #681387; }
a { background-color: rgb(104,19,135); }
div.DivClassName
{
background-color: #681387;
}
.BgClassName
{
background-color: #681387;
}
</style>
border-color css
<style>
span { border-color: #681387; }
span { border-color: rgb(104,19,135); }
td.TdClassName
{
border-color: #681387;
}
.TagClassName
{
border-color: #681387;
}
</style>