Shades of Indigo #681388
Tints of Indigo #681388
RGB
CMYK
RGB Variations
Color information
#681388 (or 0x681388) is known color: Indigo. HEX triplet: 68, 13 and 88. RGB value is (104,19,136). Sum of RGB (Red+Green+Blue) = 104+19+136=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #681388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681388 is #97EC77. Grayscale: #393939. Windows color (decimal): -9956472 or 8917864. OLE color: 8917864.
HSL color Cylindrical-coordinate representation of color #681388: hue angle of 283.59º 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 #681388 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 19 | 136 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.47 |
| HSL | 283.59º | 0.75% | 0.3% | - |
| HSV(B) | 283.59º | 0.86% | 0.53% | - |
| XYZ | 10.39 | 5.19 | 23.75 | - |
| YUV | 57.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 136 | 0.24 | 0.86 | 0 | 0.47 | 283.59 | 0.75 | 0.3 |
| Hex | 68 | 13 | 88 | 18 | 56 | 0 | 2F | 11C | 4B | 1E |
| Octal | 150 | 23 | 210 | 30 | 126 | 0 | 57 | 434 | 113 | 36 |
| Binary | 1101000 | 10011 | 10001000 | 11000 | 1010110 | 0 | 101111 | 100011100 | 1001011 | 11110 |
Color Harmonies of #681388
Complementary color
Monochromatic Colors of #681388
Black with #681388
Text Example
Text Example
White with #681388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681388; }
p { color: rgb(104,19,136); }
H1.HeaderClassName
{
color: #681388;
}
.AnyTagClassName
{
color: #681388;
}
</style>
background-color css
<style>
a { background-color: #681388; }
a { background-color: rgb(104,19,136); }
div.DivClassName
{
background-color: #681388;
}
.BgClassName
{
background-color: #681388;
}
</style>
border-color css
<style>
span { border-color: #681388; }
span { border-color: rgb(104,19,136); }
td.TdClassName
{
border-color: #681388;
}
.TagClassName
{
border-color: #681388;
}
</style>