Shades of Indigo #631391
Tints of Indigo #631391
RGB
CMYK
RGB Variations
Color information
#631391 (or 0x631391) is known color: Indigo. HEX triplet: 63, 13 and 91. RGB value is (99,19,145). Sum of RGB (Red+Green+Blue) = 99+19+145=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #631391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631391 is #9CEC6E. Grayscale: #383838. Windows color (decimal): -10284143 or 9507683. OLE color: 9507683.
HSL color Cylindrical-coordinate representation of color #631391: hue angle of 278.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631391 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 19 | 145 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.43 |
| HSL | 278.1º | 0.77% | 0.32% | - |
| HSV(B) | 278.1º | 0.87% | 0.57% | - |
| XYZ | 10.49 | 5.16 | 27.23 | - |
| YUV | 57.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 145 | 0.32 | 0.87 | 0 | 0.43 | 278.1 | 0.77 | 0.32 |
| Hex | 63 | 13 | 91 | 20 | 57 | 0 | 2B | 116 | 4D | 20 |
| Octal | 143 | 23 | 221 | 40 | 127 | 0 | 53 | 426 | 115 | 40 |
| Binary | 1100011 | 10011 | 10010001 | 100000 | 1010111 | 0 | 101011 | 100010110 | 1001101 | 100000 |
Color Harmonies of #631391
Complementary color
Monochromatic Colors of #631391
Black with #631391
Text Example
Text Example
White with #631391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631391; }
p { color: rgb(99,19,145); }
H1.HeaderClassName
{
color: #631391;
}
.AnyTagClassName
{
color: #631391;
}
</style>
background-color css
<style>
a { background-color: #631391; }
a { background-color: rgb(99,19,145); }
div.DivClassName
{
background-color: #631391;
}
.BgClassName
{
background-color: #631391;
}
</style>
border-color css
<style>
span { border-color: #631391; }
span { border-color: rgb(99,19,145); }
td.TdClassName
{
border-color: #631391;
}
.TagClassName
{
border-color: #631391;
}
</style>