Shades of Indigo #68019A
Tints of Indigo #68019A
RGB
CMYK
RGB Variations
Color information
#68019A (or 0x68019A) is known color: Indigo. HEX triplet: 68, 01 and 9A. RGB value is (104,1,154). Sum of RGB (Red+Green+Blue) = 104+1+154=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #68019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68019A is #97FE65. Grayscale: #303030. Windows color (decimal): -9961062 or 10092904. OLE color: 10092904.
HSL color Cylindrical-coordinate representation of color #68019A: hue angle of 280.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68019A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 1 | 154 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.40 |
| HSL | 280.39º | 0.99% | 0.3% | - |
| HSV(B) | 280.39º | 0.99% | 0.6% | - |
| XYZ | 11.55 | 5.3 | 30.99 | - |
| YUV | 49.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 154 | 0.32 | 0.99 | 0 | 0.40 | 280.39 | 0.99 | 0.3 |
| Hex | 68 | 1 | 9A | 20 | 63 | 0 | 28 | 118 | 63 | 1E |
| Octal | 150 | 1 | 232 | 40 | 143 | 0 | 50 | 430 | 143 | 36 |
| Binary | 1101000 | 1 | 10011010 | 100000 | 1100011 | 0 | 101000 | 100011000 | 1100011 | 11110 |
Color Harmonies of #68019A
Complementary color
Monochromatic Colors of #68019A
Black with #68019A
Text Example
Text Example
White with #68019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68019A; }
p { color: rgb(104,1,154); }
H1.HeaderClassName
{
color: #68019A;
}
.AnyTagClassName
{
color: #68019A;
}
</style>
background-color css
<style>
a { background-color: #68019A; }
a { background-color: rgb(104,1,154); }
div.DivClassName
{
background-color: #68019A;
}
.BgClassName
{
background-color: #68019A;
}
</style>
border-color css
<style>
span { border-color: #68019A; }
span { border-color: rgb(104,1,154); }
td.TdClassName
{
border-color: #68019A;
}
.TagClassName
{
border-color: #68019A;
}
</style>