Shades of Indigo #631080
Tints of Indigo #631080
RGB
CMYK
RGB Variations
Color information
#631080 (or 0x631080) is known color: Indigo. HEX triplet: 63, 10 and 80. RGB value is (99,16,128). Sum of RGB (Red+Green+Blue) = 99+16+128=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #631080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631080 is #9CEF7F. Grayscale: #353535. Windows color (decimal): -10284928 or 8392803. OLE color: 8392803.
HSL color Cylindrical-coordinate representation of color #631080: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631080 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 16 | 128 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.50 |
| HSL | 284.46º | 0.78% | 0.28% | - |
| HSV(B) | 284.46º | 0.88% | 0.5% | - |
| XYZ | 9.23 | 4.58 | 20.82 | - |
| YUV | 53.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 128 | 0.23 | 0.88 | 0 | 0.50 | 284.46 | 0.78 | 0.28 |
| Hex | 63 | 10 | 80 | 17 | 58 | 0 | 32 | 11C | 4E | 1C |
| Octal | 143 | 20 | 200 | 27 | 130 | 0 | 62 | 434 | 116 | 34 |
| Binary | 1100011 | 10000 | 10000000 | 10111 | 1011000 | 0 | 110010 | 100011100 | 1001110 | 11100 |
Color Harmonies of #631080
Complementary color
Monochromatic Colors of #631080
Black with #631080
Text Example
Text Example
White with #631080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631080; }
p { color: rgb(99,16,128); }
H1.HeaderClassName
{
color: #631080;
}
.AnyTagClassName
{
color: #631080;
}
</style>
background-color css
<style>
a { background-color: #631080; }
a { background-color: rgb(99,16,128); }
div.DivClassName
{
background-color: #631080;
}
.BgClassName
{
background-color: #631080;
}
</style>
border-color css
<style>
span { border-color: #631080; }
span { border-color: rgb(99,16,128); }
td.TdClassName
{
border-color: #631080;
}
.TagClassName
{
border-color: #631080;
}
</style>