Shades of Indigo #68098F
Tints of Indigo #68098F
RGB
CMYK
RGB Variations
Color information
#68098F (or 0x68098F) is known color: Indigo. HEX triplet: 68, 09 and 8F. RGB value is (104,9,143). Sum of RGB (Red+Green+Blue) = 104+9+143=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #68098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098F is #97F670. Grayscale: #343434. Windows color (decimal): -9959025 or 9374056. OLE color: 9374056.
HSL color Cylindrical-coordinate representation of color #68098F: hue angle of 282.54º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68098F is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 9 | 143 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.44 |
| HSL | 282.54º | 0.88% | 0.3% | - |
| HSV(B) | 282.54º | 0.94% | 0.56% | - |
| XYZ | 10.76 | 5.12 | 26.41 | - |
| YUV | 52.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 143 | 0.27 | 0.94 | 0 | 0.44 | 282.54 | 0.88 | 0.3 |
| Hex | 68 | 9 | 8F | 1B | 5E | 0 | 2C | 11B | 58 | 1E |
| Octal | 150 | 11 | 217 | 33 | 136 | 0 | 54 | 433 | 130 | 36 |
| Binary | 1101000 | 1001 | 10001111 | 11011 | 1011110 | 0 | 101100 | 100011011 | 1011000 | 11110 |
Color Harmonies of #68098F
Complementary color
Monochromatic Colors of #68098F
Black with #68098F
Text Example
Text Example
White with #68098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68098F; }
p { color: rgb(104,9,143); }
H1.HeaderClassName
{
color: #68098F;
}
.AnyTagClassName
{
color: #68098F;
}
</style>
background-color css
<style>
a { background-color: #68098F; }
a { background-color: rgb(104,9,143); }
div.DivClassName
{
background-color: #68098F;
}
.BgClassName
{
background-color: #68098F;
}
</style>
border-color css
<style>
span { border-color: #68098F; }
span { border-color: rgb(104,9,143); }
td.TdClassName
{
border-color: #68098F;
}
.TagClassName
{
border-color: #68098F;
}
</style>