Shades of Indigo #63118E
Tints of Indigo #63118E
RGB
CMYK
RGB Variations
Color information
#63118E (or 0x63118E) is known color: Indigo. HEX triplet: 63, 11 and 8E. RGB value is (99,17,142). Sum of RGB (Red+Green+Blue) = 99+17+142=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #63118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63118E is #9CEE71. Grayscale: #373737. Windows color (decimal): -10284658 or 9310563. OLE color: 9310563.
HSL color Cylindrical-coordinate representation of color #63118E: hue angle of 279.36º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63118E is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 17 | 142 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.44 |
| HSL | 279.36º | 0.79% | 0.31% | - |
| HSV(B) | 279.36º | 0.88% | 0.56% | - |
| XYZ | 10.23 | 5.01 | 26.02 | - |
| YUV | 55.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 142 | 0.30 | 0.88 | 0 | 0.44 | 279.36 | 0.79 | 0.31 |
| Hex | 63 | 11 | 8E | 1E | 58 | 0 | 2C | 117 | 4F | 1F |
| Octal | 143 | 21 | 216 | 36 | 130 | 0 | 54 | 427 | 117 | 37 |
| Binary | 1100011 | 10001 | 10001110 | 11110 | 1011000 | 0 | 101100 | 100010111 | 1001111 | 11111 |
Color Harmonies of #63118E
Complementary color
Monochromatic Colors of #63118E
Black with #63118E
Text Example
Text Example
White with #63118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63118E; }
p { color: rgb(99,17,142); }
H1.HeaderClassName
{
color: #63118E;
}
.AnyTagClassName
{
color: #63118E;
}
</style>
background-color css
<style>
a { background-color: #63118E; }
a { background-color: rgb(99,17,142); }
div.DivClassName
{
background-color: #63118E;
}
.BgClassName
{
background-color: #63118E;
}
</style>
border-color css
<style>
span { border-color: #63118E; }
span { border-color: rgb(99,17,142); }
td.TdClassName
{
border-color: #63118E;
}
.TagClassName
{
border-color: #63118E;
}
</style>