Shades of Indigo #63148E
Tints of Indigo #63148E
RGB
CMYK
RGB Variations
Color information
#63148E (or 0x63148E) is known color: Indigo. HEX triplet: 63, 14 and 8E. RGB value is (99,20,142). Sum of RGB (Red+Green+Blue) = 99+20+142=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #63148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63148E is #9CEB71. Grayscale: #393939. Windows color (decimal): -10283890 or 9311331. OLE color: 9311331.
HSL color Cylindrical-coordinate representation of color #63148E: hue angle of 278.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63148E is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 20 | 142 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.44 |
| HSL | 278.85º | 0.75% | 0.32% | - |
| HSV(B) | 278.85º | 0.86% | 0.56% | - |
| XYZ | 10.28 | 5.11 | 26.04 | - |
| YUV | 57.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 142 | 0.30 | 0.86 | 0 | 0.44 | 278.85 | 0.75 | 0.32 |
| Hex | 63 | 14 | 8E | 1E | 56 | 0 | 2C | 117 | 4B | 20 |
| Octal | 143 | 24 | 216 | 36 | 126 | 0 | 54 | 427 | 113 | 40 |
| Binary | 1100011 | 10100 | 10001110 | 11110 | 1010110 | 0 | 101100 | 100010111 | 1001011 | 100000 |
Color Harmonies of #63148E
Complementary color
Monochromatic Colors of #63148E
Black with #63148E
Text Example
Text Example
White with #63148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63148E; }
p { color: rgb(99,20,142); }
H1.HeaderClassName
{
color: #63148E;
}
.AnyTagClassName
{
color: #63148E;
}
</style>
background-color css
<style>
a { background-color: #63148E; }
a { background-color: rgb(99,20,142); }
div.DivClassName
{
background-color: #63148E;
}
.BgClassName
{
background-color: #63148E;
}
</style>
border-color css
<style>
span { border-color: #63148E; }
span { border-color: rgb(99,20,142); }
td.TdClassName
{
border-color: #63148E;
}
.TagClassName
{
border-color: #63148E;
}
</style>