Shades of Indigo #63118A
Tints of Indigo #63118A
RGB
CMYK
RGB Variations
Color information
#63118A (or 0x63118A) is known color: Indigo. HEX triplet: 63, 11 and 8A. RGB value is (99,17,138). Sum of RGB (Red+Green+Blue) = 99+17+138=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #63118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63118A is #9CEE75. Grayscale: #363636. Windows color (decimal): -10284662 or 9048419. OLE color: 9048419.
HSL color Cylindrical-coordinate representation of color #63118A: hue angle of 280.66º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63118A is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 17 | 138 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.46 |
| HSL | 280.66º | 0.78% | 0.3% | - |
| HSV(B) | 280.66º | 0.88% | 0.54% | - |
| XYZ | 9.93 | 4.89 | 24.46 | - |
| YUV | 55.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 138 | 0.28 | 0.88 | 0 | 0.46 | 280.66 | 0.78 | 0.3 |
| Hex | 63 | 11 | 8A | 1C | 58 | 0 | 2E | 119 | 4E | 1E |
| Octal | 143 | 21 | 212 | 34 | 130 | 0 | 56 | 431 | 116 | 36 |
| Binary | 1100011 | 10001 | 10001010 | 11100 | 1011000 | 0 | 101110 | 100011001 | 1001110 | 11110 |
Color Harmonies of #63118A
Complementary color
Monochromatic Colors of #63118A
Black with #63118A
Text Example
Text Example
White with #63118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63118A; }
p { color: rgb(99,17,138); }
H1.HeaderClassName
{
color: #63118A;
}
.AnyTagClassName
{
color: #63118A;
}
</style>
background-color css
<style>
a { background-color: #63118A; }
a { background-color: rgb(99,17,138); }
div.DivClassName
{
background-color: #63118A;
}
.BgClassName
{
background-color: #63118A;
}
</style>
border-color css
<style>
span { border-color: #63118A; }
span { border-color: rgb(99,17,138); }
td.TdClassName
{
border-color: #63118A;
}
.TagClassName
{
border-color: #63118A;
}
</style>