Shades of Indigo #68018C
Tints of Indigo #68018C
RGB
CMYK
RGB Variations
Color information
#68018C (or 0x68018C) is known color: Indigo. HEX triplet: 68, 01 and 8C. RGB value is (104,1,140). Sum of RGB (Red+Green+Blue) = 104+1+140=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #68018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68018C is #97FE73. Grayscale: #2F2F2F. Windows color (decimal): -9961076 or 9175400. OLE color: 9175400.
HSL color Cylindrical-coordinate representation of color #68018C: hue angle of 284.46º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68018C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 1 | 140 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.45 |
| HSL | 284.46º | 0.99% | 0.28% | - |
| HSV(B) | 284.46º | 0.99% | 0.55% | - |
| XYZ | 10.45 | 4.86 | 25.2 | - |
| YUV | 47.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 140 | 0.26 | 0.99 | 0 | 0.45 | 284.46 | 0.99 | 0.28 |
| Hex | 68 | 1 | 8C | 1A | 63 | 0 | 2D | 11C | 63 | 1C |
| Octal | 150 | 1 | 214 | 32 | 143 | 0 | 55 | 434 | 143 | 34 |
| Binary | 1101000 | 1 | 10001100 | 11010 | 1100011 | 0 | 101101 | 100011100 | 1100011 | 11100 |
Color Harmonies of #68018C
Complementary color
Monochromatic Colors of #68018C
Black with #68018C
Text Example
Text Example
White with #68018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68018C; }
p { color: rgb(104,1,140); }
H1.HeaderClassName
{
color: #68018C;
}
.AnyTagClassName
{
color: #68018C;
}
</style>
background-color css
<style>
a { background-color: #68018C; }
a { background-color: rgb(104,1,140); }
div.DivClassName
{
background-color: #68018C;
}
.BgClassName
{
background-color: #68018C;
}
</style>
border-color css
<style>
span { border-color: #68018C; }
span { border-color: rgb(104,1,140); }
td.TdClassName
{
border-color: #68018C;
}
.TagClassName
{
border-color: #68018C;
}
</style>