Shades of Indigo #68078B
Tints of Indigo #68078B
RGB
CMYK
RGB Variations
Color information
#68078B (or 0x68078B) is known color: Indigo. HEX triplet: 68, 07 and 8B. RGB value is (104,7,139). Sum of RGB (Red+Green+Blue) = 104+7+139=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #68078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68078B is #97F874. Grayscale: #323232. Windows color (decimal): -9959541 or 9111400. OLE color: 9111400.
HSL color Cylindrical-coordinate representation of color #68078B: hue angle of 284.09º degrees, saturation: 0.9, 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 #68078B is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 7 | 139 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.45 |
| HSL | 284.09º | 0.9% | 0.29% | - |
| HSV(B) | 284.09º | 0.95% | 0.55% | - |
| XYZ | 10.45 | 4.96 | 24.83 | - |
| YUV | 51.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 139 | 0.25 | 0.95 | 0 | 0.45 | 284.09 | 0.9 | 0.29 |
| Hex | 68 | 7 | 8B | 19 | 5F | 0 | 2D | 11C | 5A | 1D |
| Octal | 150 | 7 | 213 | 31 | 137 | 0 | 55 | 434 | 132 | 35 |
| Binary | 1101000 | 111 | 10001011 | 11001 | 1011111 | 0 | 101101 | 100011100 | 1011010 | 11101 |
Color Harmonies of #68078B
Complementary color
Monochromatic Colors of #68078B
Black with #68078B
Text Example
Text Example
White with #68078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68078B; }
p { color: rgb(104,7,139); }
H1.HeaderClassName
{
color: #68078B;
}
.AnyTagClassName
{
color: #68078B;
}
</style>
background-color css
<style>
a { background-color: #68078B; }
a { background-color: rgb(104,7,139); }
div.DivClassName
{
background-color: #68078B;
}
.BgClassName
{
background-color: #68078B;
}
</style>
border-color css
<style>
span { border-color: #68078B; }
span { border-color: rgb(104,7,139); }
td.TdClassName
{
border-color: #68078B;
}
.TagClassName
{
border-color: #68078B;
}
</style>