Shades of Indigo #630987
Tints of Indigo #630987
RGB
CMYK
RGB Variations
Color information
#630987 (or 0x630987) is known color: Indigo. HEX triplet: 63, 09 and 87. RGB value is (99,9,135). Sum of RGB (Red+Green+Blue) = 99+9+135=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #630987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630987 is #9CF678. Grayscale: #313131. Windows color (decimal): -10286713 or 8849763. OLE color: 8849763.
HSL color Cylindrical-coordinate representation of color #630987: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630987 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 9 | 135 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.47 |
| HSL | 282.86º | 0.88% | 0.28% | - |
| HSV(B) | 282.86º | 0.93% | 0.53% | - |
| XYZ | 9.62 | 4.6 | 23.3 | - |
| YUV | 50.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 135 | 0.27 | 0.93 | 0 | 0.47 | 282.86 | 0.88 | 0.28 |
| Hex | 63 | 9 | 87 | 1B | 5D | 0 | 2F | 11B | 58 | 1C |
| Octal | 143 | 11 | 207 | 33 | 135 | 0 | 57 | 433 | 130 | 34 |
| Binary | 1100011 | 1001 | 10000111 | 11011 | 1011101 | 0 | 101111 | 100011011 | 1011000 | 11100 |
Color Harmonies of #630987
Complementary color
Monochromatic Colors of #630987
Black with #630987
Text Example
Text Example
White with #630987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630987; }
p { color: rgb(99,9,135); }
H1.HeaderClassName
{
color: #630987;
}
.AnyTagClassName
{
color: #630987;
}
</style>
background-color css
<style>
a { background-color: #630987; }
a { background-color: rgb(99,9,135); }
div.DivClassName
{
background-color: #630987;
}
.BgClassName
{
background-color: #630987;
}
</style>
border-color css
<style>
span { border-color: #630987; }
span { border-color: rgb(99,9,135); }
td.TdClassName
{
border-color: #630987;
}
.TagClassName
{
border-color: #630987;
}
</style>