Shades of Indigo #63158D
Tints of Indigo #63158D
RGB
CMYK
RGB Variations
Color information
#63158D (or 0x63158D) is known color: Indigo. HEX triplet: 63, 15 and 8D. RGB value is (99,21,141). Sum of RGB (Red+Green+Blue) = 99+21+141=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #63158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63158D is #9CEA72. Grayscale: #393939. Windows color (decimal): -10283635 or 9246051. OLE color: 9246051.
HSL color Cylindrical-coordinate representation of color #63158D: hue angle of 279º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63158D is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 21 | 141 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.45 |
| HSL | 279º | 0.74% | 0.32% | - |
| HSV(B) | 279º | 0.85% | 0.55% | - |
| XYZ | 10.22 | 5.11 | 25.65 | - |
| YUV | 58 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 141 | 0.30 | 0.85 | 0 | 0.45 | 279 | 0.74 | 0.32 |
| Hex | 63 | 15 | 8D | 1E | 55 | 0 | 2D | 117 | 4A | 20 |
| Octal | 143 | 25 | 215 | 36 | 125 | 0 | 55 | 427 | 112 | 40 |
| Binary | 1100011 | 10101 | 10001101 | 11110 | 1010101 | 0 | 101101 | 100010111 | 1001010 | 100000 |
Color Harmonies of #63158D
Complementary color
Monochromatic Colors of #63158D
Black with #63158D
Text Example
Text Example
White with #63158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63158D; }
p { color: rgb(99,21,141); }
H1.HeaderClassName
{
color: #63158D;
}
.AnyTagClassName
{
color: #63158D;
}
</style>
background-color css
<style>
a { background-color: #63158D; }
a { background-color: rgb(99,21,141); }
div.DivClassName
{
background-color: #63158D;
}
.BgClassName
{
background-color: #63158D;
}
</style>
border-color css
<style>
span { border-color: #63158D; }
span { border-color: rgb(99,21,141); }
td.TdClassName
{
border-color: #63158D;
}
.TagClassName
{
border-color: #63158D;
}
</style>