Shades of Indigo #68078D
Tints of Indigo #68078D
RGB
CMYK
RGB Variations
Color information
#68078D (or 0x68078D) is known color: Indigo. HEX triplet: 68, 07 and 8D. RGB value is (104,7,141). Sum of RGB (Red+Green+Blue) = 104+7+141=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #68078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68078D is #97F872. Grayscale: #323232. Windows color (decimal): -9959539 or 9242472. OLE color: 9242472.
HSL color Cylindrical-coordinate representation of color #68078D: hue angle of 283.43º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68078D is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 7 | 141 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.45 |
| HSL | 283.43º | 0.91% | 0.29% | - |
| HSV(B) | 283.43º | 0.95% | 0.55% | - |
| XYZ | 10.59 | 5.02 | 25.61 | - |
| YUV | 51.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 141 | 0.26 | 0.95 | 0 | 0.45 | 283.43 | 0.91 | 0.29 |
| Hex | 68 | 7 | 8D | 1A | 5F | 0 | 2D | 11B | 5B | 1D |
| Octal | 150 | 7 | 215 | 32 | 137 | 0 | 55 | 433 | 133 | 35 |
| Binary | 1101000 | 111 | 10001101 | 11010 | 1011111 | 0 | 101101 | 100011011 | 1011011 | 11101 |
Color Harmonies of #68078D
Complementary color
Monochromatic Colors of #68078D
Black with #68078D
Text Example
Text Example
White with #68078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68078D; }
p { color: rgb(104,7,141); }
H1.HeaderClassName
{
color: #68078D;
}
.AnyTagClassName
{
color: #68078D;
}
</style>
background-color css
<style>
a { background-color: #68078D; }
a { background-color: rgb(104,7,141); }
div.DivClassName
{
background-color: #68078D;
}
.BgClassName
{
background-color: #68078D;
}
</style>
border-color css
<style>
span { border-color: #68078D; }
span { border-color: rgb(104,7,141); }
td.TdClassName
{
border-color: #68078D;
}
.TagClassName
{
border-color: #68078D;
}
</style>