Shades of Indigo #631191
Tints of Indigo #631191
RGB
CMYK
RGB Variations
Color information
#631191 (or 0x631191) is known color: Indigo. HEX triplet: 63, 11 and 91. RGB value is (99,17,145). Sum of RGB (Red+Green+Blue) = 99+17+145=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #631191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631191 is #9CEE6E. Grayscale: #373737. Windows color (decimal): -10284655 or 9507171. OLE color: 9507171.
HSL color Cylindrical-coordinate representation of color #631191: hue angle of 278.44º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631191 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 17 | 145 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.43 |
| HSL | 278.44º | 0.79% | 0.32% | - |
| HSV(B) | 278.44º | 0.88% | 0.57% | - |
| XYZ | 10.46 | 5.1 | 27.22 | - |
| YUV | 56.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 145 | 0.32 | 0.88 | 0 | 0.43 | 278.44 | 0.79 | 0.32 |
| Hex | 63 | 11 | 91 | 20 | 58 | 0 | 2B | 116 | 4F | 20 |
| Octal | 143 | 21 | 221 | 40 | 130 | 0 | 53 | 426 | 117 | 40 |
| Binary | 1100011 | 10001 | 10010001 | 100000 | 1011000 | 0 | 101011 | 100010110 | 1001111 | 100000 |
Color Harmonies of #631191
Complementary color
Monochromatic Colors of #631191
Black with #631191
Text Example
Text Example
White with #631191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631191; }
p { color: rgb(99,17,145); }
H1.HeaderClassName
{
color: #631191;
}
.AnyTagClassName
{
color: #631191;
}
</style>
background-color css
<style>
a { background-color: #631191; }
a { background-color: rgb(99,17,145); }
div.DivClassName
{
background-color: #631191;
}
.BgClassName
{
background-color: #631191;
}
</style>
border-color css
<style>
span { border-color: #631191; }
span { border-color: rgb(99,17,145); }
td.TdClassName
{
border-color: #631191;
}
.TagClassName
{
border-color: #631191;
}
</style>