Shades of Indigo #631590
Tints of Indigo #631590
RGB
CMYK
RGB Variations
Color information
#631590 (or 0x631590) is known color: Indigo. HEX triplet: 63, 15 and 90. RGB value is (99,21,144). Sum of RGB (Red+Green+Blue) = 99+21+144=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #631590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631590 is #9CEA6F. Grayscale: #393939. Windows color (decimal): -10283632 or 9442659. OLE color: 9442659.
HSL color Cylindrical-coordinate representation of color #631590: hue angle of 278.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631590 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 21 | 144 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.44 |
| HSL | 278.05º | 0.75% | 0.32% | - |
| HSV(B) | 278.05º | 0.85% | 0.56% | - |
| XYZ | 10.45 | 5.2 | 26.84 | - |
| YUV | 58.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 144 | 0.31 | 0.85 | 0 | 0.44 | 278.05 | 0.75 | 0.32 |
| Hex | 63 | 15 | 90 | 1F | 55 | 0 | 2C | 116 | 4B | 20 |
| Octal | 143 | 25 | 220 | 37 | 125 | 0 | 54 | 426 | 113 | 40 |
| Binary | 1100011 | 10101 | 10010000 | 11111 | 1010101 | 0 | 101100 | 100010110 | 1001011 | 100000 |
Color Harmonies of #631590
Complementary color
Monochromatic Colors of #631590
Black with #631590
Text Example
Text Example
White with #631590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631590; }
p { color: rgb(99,21,144); }
H1.HeaderClassName
{
color: #631590;
}
.AnyTagClassName
{
color: #631590;
}
</style>
background-color css
<style>
a { background-color: #631590; }
a { background-color: rgb(99,21,144); }
div.DivClassName
{
background-color: #631590;
}
.BgClassName
{
background-color: #631590;
}
</style>
border-color css
<style>
span { border-color: #631590; }
span { border-color: rgb(99,21,144); }
td.TdClassName
{
border-color: #631590;
}
.TagClassName
{
border-color: #631590;
}
</style>