Shades of Indigo #631188
Tints of Indigo #631188
RGB
CMYK
RGB Variations
Color information
#631188 (or 0x631188) is known color: Indigo. HEX triplet: 63, 11 and 88. RGB value is (99,17,136). Sum of RGB (Red+Green+Blue) = 99+17+136=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #631188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631188 is #9CEE77. Grayscale: #363636. Windows color (decimal): -10284664 or 8917347. OLE color: 8917347.
HSL color Cylindrical-coordinate representation of color #631188: hue angle of 281.34º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631188 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 17 | 136 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.47 |
| HSL | 281.34º | 0.78% | 0.3% | - |
| HSV(B) | 281.34º | 0.88% | 0.53% | - |
| XYZ | 9.79 | 4.83 | 23.71 | - |
| YUV | 55.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 136 | 0.27 | 0.87 | 0 | 0.47 | 281.34 | 0.78 | 0.3 |
| Hex | 63 | 11 | 88 | 1B | 57 | 0 | 2F | 119 | 4E | 1E |
| Octal | 143 | 21 | 210 | 33 | 127 | 0 | 57 | 431 | 116 | 36 |
| Binary | 1100011 | 10001 | 10001000 | 11011 | 1010111 | 0 | 101111 | 100011001 | 1001110 | 11110 |
Color Harmonies of #631188
Complementary color
Monochromatic Colors of #631188
Black with #631188
Text Example
Text Example
White with #631188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631188; }
p { color: rgb(99,17,136); }
H1.HeaderClassName
{
color: #631188;
}
.AnyTagClassName
{
color: #631188;
}
</style>
background-color css
<style>
a { background-color: #631188; }
a { background-color: rgb(99,17,136); }
div.DivClassName
{
background-color: #631188;
}
.BgClassName
{
background-color: #631188;
}
</style>
border-color css
<style>
span { border-color: #631188; }
span { border-color: rgb(99,17,136); }
td.TdClassName
{
border-color: #631188;
}
.TagClassName
{
border-color: #631188;
}
</style>