Shades of Indigo #631599
Tints of Indigo #631599
RGB
CMYK
RGB Variations
Color information
#631599 (or 0x631599) is known color: Indigo. HEX triplet: 63, 15 and 99. RGB value is (99,21,153). Sum of RGB (Red+Green+Blue) = 99+21+153=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #631599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631599 is #9CEA66. Grayscale: #3A3A3A. Windows color (decimal): -10283623 or 10032483. OLE color: 10032483.
HSL color Cylindrical-coordinate representation of color #631599: hue angle of 275.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631599 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 21 | 153 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.4 |
| HSL | 275.45º | 0.76% | 0.34% | - |
| HSV(B) | 275.45º | 0.86% | 0.6% | - |
| XYZ | 11.16 | 5.49 | 30.61 | - |
| YUV | 59.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 153 | 0.35 | 0.86 | 0 | 0.4 | 275.45 | 0.76 | 0.34 |
| Hex | 63 | 15 | 99 | 23 | 56 | 0 | 28 | 113 | 4C | 22 |
| Octal | 143 | 25 | 231 | 43 | 126 | 0 | 50 | 423 | 114 | 42 |
| Binary | 1100011 | 10101 | 10011001 | 100011 | 1010110 | 0 | 101000 | 100010011 | 1001100 | 100010 |
Color Harmonies of #631599
Complementary color
Monochromatic Colors of #631599
Black with #631599
Text Example
Text Example
White with #631599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631599; }
p { color: rgb(99,21,153); }
H1.HeaderClassName
{
color: #631599;
}
.AnyTagClassName
{
color: #631599;
}
</style>
background-color css
<style>
a { background-color: #631599; }
a { background-color: rgb(99,21,153); }
div.DivClassName
{
background-color: #631599;
}
.BgClassName
{
background-color: #631599;
}
</style>
border-color css
<style>
span { border-color: #631599; }
span { border-color: rgb(99,21,153); }
td.TdClassName
{
border-color: #631599;
}
.TagClassName
{
border-color: #631599;
}
</style>