Shades of Indigo #631587
Tints of Indigo #631587
RGB
CMYK
RGB Variations
Color information
#631587 (or 0x631587) is known color: Indigo. HEX triplet: 63, 15 and 87. RGB value is (99,21,135). Sum of RGB (Red+Green+Blue) = 99+21+135=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #631587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631587 is #9CEA78. Grayscale: #383838. Windows color (decimal): -10283641 or 8852835. OLE color: 8852835.
HSL color Cylindrical-coordinate representation of color #631587: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631587 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 21 | 135 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.47 |
| HSL | 281.05º | 0.73% | 0.31% | - |
| HSV(B) | 281.05º | 0.84% | 0.53% | - |
| XYZ | 9.79 | 4.94 | 23.36 | - |
| YUV | 57.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 135 | 0.27 | 0.84 | 0 | 0.47 | 281.05 | 0.73 | 0.31 |
| Hex | 63 | 15 | 87 | 1B | 54 | 0 | 2F | 119 | 49 | 1F |
| Octal | 143 | 25 | 207 | 33 | 124 | 0 | 57 | 431 | 111 | 37 |
| Binary | 1100011 | 10101 | 10000111 | 11011 | 1010100 | 0 | 101111 | 100011001 | 1001001 | 11111 |
Color Harmonies of #631587
Complementary color
Monochromatic Colors of #631587
Black with #631587
Text Example
Text Example
White with #631587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631587; }
p { color: rgb(99,21,135); }
H1.HeaderClassName
{
color: #631587;
}
.AnyTagClassName
{
color: #631587;
}
</style>
background-color css
<style>
a { background-color: #631587; }
a { background-color: rgb(99,21,135); }
div.DivClassName
{
background-color: #631587;
}
.BgClassName
{
background-color: #631587;
}
</style>
border-color css
<style>
span { border-color: #631587; }
span { border-color: rgb(99,21,135); }
td.TdClassName
{
border-color: #631587;
}
.TagClassName
{
border-color: #631587;
}
</style>