Shades of Indigo #631499
Tints of Indigo #631499
RGB
CMYK
RGB Variations
Color information
#631499 (or 0x631499) is known color: Indigo. HEX triplet: 63, 14 and 99. RGB value is (99,20,153). Sum of RGB (Red+Green+Blue) = 99+20+153=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #631499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631499 is #9CEB66. Grayscale: #3A3A3A. Windows color (decimal): -10283879 or 10032227. OLE color: 10032227.
HSL color Cylindrical-coordinate representation of color #631499: hue angle of 275.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631499 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 20 | 153 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.4 |
| HSL | 275.64º | 0.77% | 0.34% | - |
| HSV(B) | 275.64º | 0.87% | 0.6% | - |
| XYZ | 11.15 | 5.45 | 30.6 | - |
| YUV | 58.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 153 | 0.35 | 0.87 | 0 | 0.4 | 275.64 | 0.77 | 0.34 |
| Hex | 63 | 14 | 99 | 23 | 57 | 0 | 28 | 114 | 4D | 22 |
| Octal | 143 | 24 | 231 | 43 | 127 | 0 | 50 | 424 | 115 | 42 |
| Binary | 1100011 | 10100 | 10011001 | 100011 | 1010111 | 0 | 101000 | 100010100 | 1001101 | 100010 |
Color Harmonies of #631499
Complementary color
Monochromatic Colors of #631499
Black with #631499
Text Example
Text Example
White with #631499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631499; }
p { color: rgb(99,20,153); }
H1.HeaderClassName
{
color: #631499;
}
.AnyTagClassName
{
color: #631499;
}
</style>
background-color css
<style>
a { background-color: #631499; }
a { background-color: rgb(99,20,153); }
div.DivClassName
{
background-color: #631499;
}
.BgClassName
{
background-color: #631499;
}
</style>
border-color css
<style>
span { border-color: #631499; }
span { border-color: rgb(99,20,153); }
td.TdClassName
{
border-color: #631499;
}
.TagClassName
{
border-color: #631499;
}
</style>