Shades of Indigo #631584
Tints of Indigo #631584
RGB
CMYK
RGB Variations
Color information
#631584 (or 0x631584) is known color: Indigo. HEX triplet: 63, 15 and 84. RGB value is (99,21,132). Sum of RGB (Red+Green+Blue) = 99+21+132=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #631584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631584 is #9CEA7B. Grayscale: #383838. Windows color (decimal): -10283644 or 8656227. OLE color: 8656227.
HSL color Cylindrical-coordinate representation of color #631584: hue angle of 282.16º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631584 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 21 | 132 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.48 |
| HSL | 282.16º | 0.73% | 0.3% | - |
| HSV(B) | 282.16º | 0.84% | 0.52% | - |
| XYZ | 9.58 | 4.85 | 22.26 | - |
| YUV | 56.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 132 | 0.25 | 0.84 | 0 | 0.48 | 282.16 | 0.73 | 0.3 |
| Hex | 63 | 15 | 84 | 19 | 54 | 0 | 30 | 11A | 49 | 1E |
| Octal | 143 | 25 | 204 | 31 | 124 | 0 | 60 | 432 | 111 | 36 |
| Binary | 1100011 | 10101 | 10000100 | 11001 | 1010100 | 0 | 110000 | 100011010 | 1001001 | 11110 |
Color Harmonies of #631584
Complementary color
Monochromatic Colors of #631584
Black with #631584
Text Example
Text Example
White with #631584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631584; }
p { color: rgb(99,21,132); }
H1.HeaderClassName
{
color: #631584;
}
.AnyTagClassName
{
color: #631584;
}
</style>
background-color css
<style>
a { background-color: #631584; }
a { background-color: rgb(99,21,132); }
div.DivClassName
{
background-color: #631584;
}
.BgClassName
{
background-color: #631584;
}
</style>
border-color css
<style>
span { border-color: #631584; }
span { border-color: rgb(99,21,132); }
td.TdClassName
{
border-color: #631584;
}
.TagClassName
{
border-color: #631584;
}
</style>