Shades of Indigo #631797
Tints of Indigo #631797
RGB
CMYK
RGB Variations
Color information
#631797 (or 0x631797) is known color: Indigo. HEX triplet: 63, 17 and 97. RGB value is (99,23,151). Sum of RGB (Red+Green+Blue) = 99+23+151=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #631797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631797 is #9CE868. Grayscale: #3B3B3B. Windows color (decimal): -10283113 or 9901923. OLE color: 9901923.
HSL color Cylindrical-coordinate representation of color #631797: hue angle of 275.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631797 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 23 | 151 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.41 |
| HSL | 275.63º | 0.74% | 0.34% | - |
| HSV(B) | 275.63º | 0.85% | 0.59% | - |
| XYZ | 11.04 | 5.5 | 29.76 | - |
| YUV | 60.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 151 | 0.34 | 0.85 | 0 | 0.41 | 275.63 | 0.74 | 0.34 |
| Hex | 63 | 17 | 97 | 22 | 55 | 0 | 29 | 114 | 4A | 22 |
| Octal | 143 | 27 | 227 | 42 | 125 | 0 | 51 | 424 | 112 | 42 |
| Binary | 1100011 | 10111 | 10010111 | 100010 | 1010101 | 0 | 101001 | 100010100 | 1001010 | 100010 |
Color Harmonies of #631797
Complementary color
Monochromatic Colors of #631797
Black with #631797
Text Example
Text Example
White with #631797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631797; }
p { color: rgb(99,23,151); }
H1.HeaderClassName
{
color: #631797;
}
.AnyTagClassName
{
color: #631797;
}
</style>
background-color css
<style>
a { background-color: #631797; }
a { background-color: rgb(99,23,151); }
div.DivClassName
{
background-color: #631797;
}
.BgClassName
{
background-color: #631797;
}
</style>
border-color css
<style>
span { border-color: #631797; }
span { border-color: rgb(99,23,151); }
td.TdClassName
{
border-color: #631797;
}
.TagClassName
{
border-color: #631797;
}
</style>