Shades of Indigo #631087
Tints of Indigo #631087
RGB
CMYK
RGB Variations
Color information
#631087 (or 0x631087) is known color: Indigo. HEX triplet: 63, 10 and 87. RGB value is (99,16,135). Sum of RGB (Red+Green+Blue) = 99+16+135=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #631087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631087 is #9CEF78. Grayscale: #353535. Windows color (decimal): -10284921 or 8851555. OLE color: 8851555.
HSL color Cylindrical-coordinate representation of color #631087: hue angle of 281.85º degrees, saturation: 0.79, 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 #631087 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 16 | 135 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.47 |
| HSL | 281.85º | 0.79% | 0.3% | - |
| HSV(B) | 281.85º | 0.88% | 0.53% | - |
| XYZ | 9.7 | 4.77 | 23.33 | - |
| YUV | 54.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 135 | 0.27 | 0.88 | 0 | 0.47 | 281.85 | 0.79 | 0.3 |
| Hex | 63 | 10 | 87 | 1B | 58 | 0 | 2F | 11A | 4F | 1E |
| Octal | 143 | 20 | 207 | 33 | 130 | 0 | 57 | 432 | 117 | 36 |
| Binary | 1100011 | 10000 | 10000111 | 11011 | 1011000 | 0 | 101111 | 100011010 | 1001111 | 11110 |
Color Harmonies of #631087
Complementary color
Monochromatic Colors of #631087
Black with #631087
Text Example
Text Example
White with #631087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631087; }
p { color: rgb(99,16,135); }
H1.HeaderClassName
{
color: #631087;
}
.AnyTagClassName
{
color: #631087;
}
</style>
background-color css
<style>
a { background-color: #631087; }
a { background-color: rgb(99,16,135); }
div.DivClassName
{
background-color: #631087;
}
.BgClassName
{
background-color: #631087;
}
</style>
border-color css
<style>
span { border-color: #631087; }
span { border-color: rgb(99,16,135); }
td.TdClassName
{
border-color: #631087;
}
.TagClassName
{
border-color: #631087;
}
</style>