Shades of Indigo #68008D
Tints of Indigo #68008D
RGB
CMYK
RGB Variations
Color information
#68008D (or 0x68008D) is known color: Indigo. HEX triplet: 68, 00 and 8D. RGB value is (104,0,141). Sum of RGB (Red+Green+Blue) = 104+0+141=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #68008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68008D is #97FF72. Grayscale: #2E2E2E. Windows color (decimal): -9961331 or 9240680. OLE color: 9240680.
HSL color Cylindrical-coordinate representation of color #68008D: hue angle of 284.26º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68008D is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 0 | 141 | - |
| CMYK | 0.26 | 1 | 0 | 0.45 |
| HSL | 284.26º | 1% | 0.28% | - |
| HSV(B) | 284.26º | 1% | 0.55% | - |
| XYZ | 10.52 | 4.87 | 25.58 | - |
| YUV | 47.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 141 | 0.26 | 1 | 0 | 0.45 | 284.26 | 1 | 0.28 |
| Hex | 68 | 0 | 8D | 1A | 64 | 0 | 2D | 11C | 64 | 1C |
| Octal | 150 | 0 | 215 | 32 | 144 | 0 | 55 | 434 | 144 | 34 |
| Binary | 1101000 | 0 | 10001101 | 11010 | 1100100 | 0 | 101101 | 100011100 | 1100100 | 11100 |
Color Harmonies of #68008D
Complementary color
Monochromatic Colors of #68008D
Black with #68008D
Text Example
Text Example
White with #68008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68008D; }
p { color: rgb(104,0,141); }
H1.HeaderClassName
{
color: #68008D;
}
.AnyTagClassName
{
color: #68008D;
}
</style>
background-color css
<style>
a { background-color: #68008D; }
a { background-color: rgb(104,0,141); }
div.DivClassName
{
background-color: #68008D;
}
.BgClassName
{
background-color: #68008D;
}
</style>
border-color css
<style>
span { border-color: #68008D; }
span { border-color: rgb(104,0,141); }
td.TdClassName
{
border-color: #68008D;
}
.TagClassName
{
border-color: #68008D;
}
</style>