Shades of Indigo #68139E
Tints of Indigo #68139E
RGB
CMYK
RGB Variations
Color information
#68139E (or 0x68139E) is known color: Indigo. HEX triplet: 68, 13 and 9E. RGB value is (104,19,158). Sum of RGB (Red+Green+Blue) = 104+19+158=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #68139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68139E is #97EC61. Grayscale: #3B3B3B. Windows color (decimal): -9956450 or 10359656. OLE color: 10359656.
HSL color Cylindrical-coordinate representation of color #68139E: hue angle of 276.69º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68139E is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 19 | 158 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.38 |
| HSL | 276.69º | 0.79% | 0.35% | - |
| HSV(B) | 276.69º | 0.88% | 0.62% | - |
| XYZ | 12.11 | 5.88 | 32.84 | - |
| YUV | 60.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 158 | 0.34 | 0.88 | 0 | 0.38 | 276.69 | 0.79 | 0.35 |
| Hex | 68 | 13 | 9E | 22 | 58 | 0 | 26 | 115 | 4F | 23 |
| Octal | 150 | 23 | 236 | 42 | 130 | 0 | 46 | 425 | 117 | 43 |
| Binary | 1101000 | 10011 | 10011110 | 100010 | 1011000 | 0 | 100110 | 100010101 | 1001111 | 100011 |
Color Harmonies of #68139E
Complementary color
Monochromatic Colors of #68139E
Black with #68139E
Text Example
Text Example
White with #68139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68139E; }
p { color: rgb(104,19,158); }
H1.HeaderClassName
{
color: #68139E;
}
.AnyTagClassName
{
color: #68139E;
}
</style>
background-color css
<style>
a { background-color: #68139E; }
a { background-color: rgb(104,19,158); }
div.DivClassName
{
background-color: #68139E;
}
.BgClassName
{
background-color: #68139E;
}
</style>
border-color css
<style>
span { border-color: #68139E; }
span { border-color: rgb(104,19,158); }
td.TdClassName
{
border-color: #68139E;
}
.TagClassName
{
border-color: #68139E;
}
</style>