Shades of Indigo #631196
Tints of Indigo #631196
RGB
CMYK
RGB Variations
Color information
#631196 (or 0x631196) is known color: Indigo. HEX triplet: 63, 11 and 96. RGB value is (99,17,150). Sum of RGB (Red+Green+Blue) = 99+17+150=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #631196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631196 is #9CEE69. Grayscale: #383838. Windows color (decimal): -10284650 or 9834851. OLE color: 9834851.
HSL color Cylindrical-coordinate representation of color #631196: hue angle of 276.99º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631196 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 17 | 150 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.41 |
| HSL | 276.99º | 0.8% | 0.33% | - |
| HSV(B) | 276.99º | 0.89% | 0.59% | - |
| XYZ | 10.85 | 5.26 | 29.3 | - |
| YUV | 56.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 150 | 0.34 | 0.89 | 0 | 0.41 | 276.99 | 0.8 | 0.33 |
| Hex | 63 | 11 | 96 | 22 | 59 | 0 | 29 | 115 | 50 | 21 |
| Octal | 143 | 21 | 226 | 42 | 131 | 0 | 51 | 425 | 120 | 41 |
| Binary | 1100011 | 10001 | 10010110 | 100010 | 1011001 | 0 | 101001 | 100010101 | 1010000 | 100001 |
Color Harmonies of #631196
Complementary color
Monochromatic Colors of #631196
Black with #631196
Text Example
Text Example
White with #631196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631196; }
p { color: rgb(99,17,150); }
H1.HeaderClassName
{
color: #631196;
}
.AnyTagClassName
{
color: #631196;
}
</style>
background-color css
<style>
a { background-color: #631196; }
a { background-color: rgb(99,17,150); }
div.DivClassName
{
background-color: #631196;
}
.BgClassName
{
background-color: #631196;
}
</style>
border-color css
<style>
span { border-color: #631196; }
span { border-color: rgb(99,17,150); }
td.TdClassName
{
border-color: #631196;
}
.TagClassName
{
border-color: #631196;
}
</style>