Shades of Indigo #68008F
Tints of Indigo #68008F
RGB
CMYK
RGB Variations
Color information
#68008F (or 0x68008F) is known color: Indigo. HEX triplet: 68, 00 and 8F. RGB value is (104,0,143). Sum of RGB (Red+Green+Blue) = 104+0+143=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #68008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68008F is #97FF70. Grayscale: #2E2E2E. Windows color (decimal): -9961329 or 9371752. OLE color: 9371752.
HSL color Cylindrical-coordinate representation of color #68008F: hue angle of 283.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68008F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 0 | 143 | - |
| CMYK | 0.27 | 1 | 0 | 0.44 |
| HSL | 283.64º | 1% | 0.28% | - |
| HSV(B) | 283.64º | 1% | 0.56% | - |
| XYZ | 10.67 | 4.93 | 26.38 | - |
| YUV | 47.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 143 | 0.27 | 1 | 0 | 0.44 | 283.64 | 1 | 0.28 |
| Hex | 68 | 0 | 8F | 1B | 64 | 0 | 2C | 11C | 64 | 1C |
| Octal | 150 | 0 | 217 | 33 | 144 | 0 | 54 | 434 | 144 | 34 |
| Binary | 1101000 | 0 | 10001111 | 11011 | 1100100 | 0 | 101100 | 100011100 | 1100100 | 11100 |
Color Harmonies of #68008F
Complementary color
Monochromatic Colors of #68008F
Black with #68008F
Text Example
Text Example
White with #68008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68008F; }
p { color: rgb(104,0,143); }
H1.HeaderClassName
{
color: #68008F;
}
.AnyTagClassName
{
color: #68008F;
}
</style>
background-color css
<style>
a { background-color: #68008F; }
a { background-color: rgb(104,0,143); }
div.DivClassName
{
background-color: #68008F;
}
.BgClassName
{
background-color: #68008F;
}
</style>
border-color css
<style>
span { border-color: #68008F; }
span { border-color: rgb(104,0,143); }
td.TdClassName
{
border-color: #68008F;
}
.TagClassName
{
border-color: #68008F;
}
</style>