Shades of Indigo #631185
Tints of Indigo #631185
RGB
CMYK
RGB Variations
Color information
#631185 (or 0x631185) is known color: Indigo. HEX triplet: 63, 11 and 85. RGB value is (99,17,133). Sum of RGB (Red+Green+Blue) = 99+17+133=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #631185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631185 is #9CEE7A. Grayscale: #363636. Windows color (decimal): -10284667 or 8720739. OLE color: 8720739.
HSL color Cylindrical-coordinate representation of color #631185: hue angle of 282.41º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631185 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 17 | 133 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.48 |
| HSL | 282.41º | 0.77% | 0.29% | - |
| HSV(B) | 282.41º | 0.87% | 0.52% | - |
| XYZ | 9.58 | 4.75 | 22.6 | - |
| YUV | 54.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 133 | 0.26 | 0.87 | 0 | 0.48 | 282.41 | 0.77 | 0.29 |
| Hex | 63 | 11 | 85 | 1A | 57 | 0 | 30 | 11A | 4D | 1D |
| Octal | 143 | 21 | 205 | 32 | 127 | 0 | 60 | 432 | 115 | 35 |
| Binary | 1100011 | 10001 | 10000101 | 11010 | 1010111 | 0 | 110000 | 100011010 | 1001101 | 11101 |
Color Harmonies of #631185
Complementary color
Monochromatic Colors of #631185
Black with #631185
Text Example
Text Example
White with #631185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631185; }
p { color: rgb(99,17,133); }
H1.HeaderClassName
{
color: #631185;
}
.AnyTagClassName
{
color: #631185;
}
</style>
background-color css
<style>
a { background-color: #631185; }
a { background-color: rgb(99,17,133); }
div.DivClassName
{
background-color: #631185;
}
.BgClassName
{
background-color: #631185;
}
</style>
border-color css
<style>
span { border-color: #631185; }
span { border-color: rgb(99,17,133); }
td.TdClassName
{
border-color: #631185;
}
.TagClassName
{
border-color: #631185;
}
</style>