Shades of Indigo #631180
Tints of Indigo #631180
RGB
CMYK
RGB Variations
Color information
#631180 (or 0x631180) is known color: Indigo. HEX triplet: 63, 11 and 80. RGB value is (99,17,128). Sum of RGB (Red+Green+Blue) = 99+17+128=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #631180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631180 is #9CEE7F. Grayscale: #353535. Windows color (decimal): -10284672 or 8393059. OLE color: 8393059.
HSL color Cylindrical-coordinate representation of color #631180: hue angle of 284.32º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631180 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 17 | 128 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.50 |
| HSL | 284.32º | 0.77% | 0.28% | - |
| HSV(B) | 284.32º | 0.87% | 0.5% | - |
| XYZ | 9.24 | 4.61 | 20.83 | - |
| YUV | 54.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 128 | 0.23 | 0.87 | 0 | 0.50 | 284.32 | 0.77 | 0.28 |
| Hex | 63 | 11 | 80 | 17 | 57 | 0 | 32 | 11C | 4D | 1C |
| Octal | 143 | 21 | 200 | 27 | 127 | 0 | 62 | 434 | 115 | 34 |
| Binary | 1100011 | 10001 | 10000000 | 10111 | 1010111 | 0 | 110010 | 100011100 | 1001101 | 11100 |
Color Harmonies of #631180
Complementary color
Monochromatic Colors of #631180
Black with #631180
Text Example
Text Example
White with #631180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631180; }
p { color: rgb(99,17,128); }
H1.HeaderClassName
{
color: #631180;
}
.AnyTagClassName
{
color: #631180;
}
</style>
background-color css
<style>
a { background-color: #631180; }
a { background-color: rgb(99,17,128); }
div.DivClassName
{
background-color: #631180;
}
.BgClassName
{
background-color: #631180;
}
</style>
border-color css
<style>
span { border-color: #631180; }
span { border-color: rgb(99,17,128); }
td.TdClassName
{
border-color: #631180;
}
.TagClassName
{
border-color: #631180;
}
</style>