Shades of Indigo #68019F
Tints of Indigo #68019F
RGB
CMYK
RGB Variations
Color information
#68019F (or 0x68019F) is known color: Indigo. HEX triplet: 68, 01 and 9F. RGB value is (104,1,159). Sum of RGB (Red+Green+Blue) = 104+1+159=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #68019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68019F is #97FE60. Grayscale: #313131. Windows color (decimal): -9961057 or 10420584. OLE color: 10420584.
HSL color Cylindrical-coordinate representation of color #68019F: hue angle of 279.11º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68019F is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 1 | 159 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.38 |
| HSL | 279.11º | 0.99% | 0.31% | - |
| HSV(B) | 279.11º | 0.99% | 0.62% | - |
| XYZ | 11.98 | 5.47 | 33.23 | - |
| YUV | 49.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 159 | 0.35 | 0.99 | 0 | 0.38 | 279.11 | 0.99 | 0.31 |
| Hex | 68 | 1 | 9F | 23 | 63 | 0 | 26 | 117 | 63 | 1F |
| Octal | 150 | 1 | 237 | 43 | 143 | 0 | 46 | 427 | 143 | 37 |
| Binary | 1101000 | 1 | 10011111 | 100011 | 1100011 | 0 | 100110 | 100010111 | 1100011 | 11111 |
Color Harmonies of #68019F
Complementary color
Monochromatic Colors of #68019F
Black with #68019F
Text Example
Text Example
White with #68019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68019F; }
p { color: rgb(104,1,159); }
H1.HeaderClassName
{
color: #68019F;
}
.AnyTagClassName
{
color: #68019F;
}
</style>
background-color css
<style>
a { background-color: #68019F; }
a { background-color: rgb(104,1,159); }
div.DivClassName
{
background-color: #68019F;
}
.BgClassName
{
background-color: #68019F;
}
</style>
border-color css
<style>
span { border-color: #68019F; }
span { border-color: rgb(104,1,159); }
td.TdClassName
{
border-color: #68019F;
}
.TagClassName
{
border-color: #68019F;
}
</style>