Shades of Indigo #68118B
Tints of Indigo #68118B
RGB
CMYK
RGB Variations
Color information
#68118B (or 0x68118B) is known color: Indigo. HEX triplet: 68, 11 and 8B. RGB value is (104,17,139). Sum of RGB (Red+Green+Blue) = 104+17+139=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #68118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68118B is #97EE74. Grayscale: #383838. Windows color (decimal): -9956981 or 9113960. OLE color: 9113960.
HSL color Cylindrical-coordinate representation of color #68118B: hue angle of 282.79º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68118B is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 17 | 139 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.45 |
| HSL | 282.79º | 0.78% | 0.31% | - |
| HSV(B) | 282.79º | 0.88% | 0.55% | - |
| XYZ | 10.57 | 5.21 | 24.87 | - |
| YUV | 56.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 139 | 0.25 | 0.88 | 0 | 0.45 | 282.79 | 0.78 | 0.31 |
| Hex | 68 | 11 | 8B | 19 | 58 | 0 | 2D | 11B | 4E | 1F |
| Octal | 150 | 21 | 213 | 31 | 130 | 0 | 55 | 433 | 116 | 37 |
| Binary | 1101000 | 10001 | 10001011 | 11001 | 1011000 | 0 | 101101 | 100011011 | 1001110 | 11111 |
Color Harmonies of #68118B
Complementary color
Monochromatic Colors of #68118B
Black with #68118B
Text Example
Text Example
White with #68118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68118B; }
p { color: rgb(104,17,139); }
H1.HeaderClassName
{
color: #68118B;
}
.AnyTagClassName
{
color: #68118B;
}
</style>
background-color css
<style>
a { background-color: #68118B; }
a { background-color: rgb(104,17,139); }
div.DivClassName
{
background-color: #68118B;
}
.BgClassName
{
background-color: #68118B;
}
</style>
border-color css
<style>
span { border-color: #68118B; }
span { border-color: rgb(104,17,139); }
td.TdClassName
{
border-color: #68118B;
}
.TagClassName
{
border-color: #68118B;
}
</style>