Shades of Indigo #631891
Tints of Indigo #631891
RGB
CMYK
RGB Variations
Color information
#631891 (or 0x631891) is known color: Indigo. HEX triplet: 63, 18 and 91. RGB value is (99,24,145). Sum of RGB (Red+Green+Blue) = 99+24+145=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #631891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631891 is #9CE76E. Grayscale: #3B3B3B. Windows color (decimal): -10282863 or 9508963. OLE color: 9508963.
HSL color Cylindrical-coordinate representation of color #631891: hue angle of 277.19º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631891 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 24 | 145 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.43 |
| HSL | 277.19º | 0.72% | 0.33% | - |
| HSV(B) | 277.19º | 0.83% | 0.57% | - |
| XYZ | 10.58 | 5.35 | 27.26 | - |
| YUV | 60.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 145 | 0.32 | 0.83 | 0 | 0.43 | 277.19 | 0.72 | 0.33 |
| Hex | 63 | 18 | 91 | 20 | 53 | 0 | 2B | 115 | 48 | 21 |
| Octal | 143 | 30 | 221 | 40 | 123 | 0 | 53 | 425 | 110 | 41 |
| Binary | 1100011 | 11000 | 10010001 | 100000 | 1010011 | 0 | 101011 | 100010101 | 1001000 | 100001 |
Color Harmonies of #631891
Complementary color
Monochromatic Colors of #631891
Black with #631891
Text Example
Text Example
White with #631891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631891; }
p { color: rgb(99,24,145); }
H1.HeaderClassName
{
color: #631891;
}
.AnyTagClassName
{
color: #631891;
}
</style>
background-color css
<style>
a { background-color: #631891; }
a { background-color: rgb(99,24,145); }
div.DivClassName
{
background-color: #631891;
}
.BgClassName
{
background-color: #631891;
}
</style>
border-color css
<style>
span { border-color: #631891; }
span { border-color: rgb(99,24,145); }
td.TdClassName
{
border-color: #631891;
}
.TagClassName
{
border-color: #631891;
}
</style>