Shades of Indigo #631192
Tints of Indigo #631192
RGB
CMYK
RGB Variations
Color information
#631192 (or 0x631192) is known color: Indigo. HEX triplet: 63, 11 and 92. RGB value is (99,17,146). Sum of RGB (Red+Green+Blue) = 99+17+146=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #631192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631192 is #9CEE6D. Grayscale: #373737. Windows color (decimal): -10284654 or 9572707. OLE color: 9572707.
HSL color Cylindrical-coordinate representation of color #631192: hue angle of 278.14º 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 #631192 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 17 | 146 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.43 |
| HSL | 278.14º | 0.79% | 0.32% | - |
| HSV(B) | 278.14º | 0.88% | 0.57% | - |
| XYZ | 10.53 | 5.13 | 27.63 | - |
| YUV | 56.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 146 | 0.32 | 0.88 | 0 | 0.43 | 278.14 | 0.79 | 0.32 |
| Hex | 63 | 11 | 92 | 20 | 58 | 0 | 2B | 116 | 4F | 20 |
| Octal | 143 | 21 | 222 | 40 | 130 | 0 | 53 | 426 | 117 | 40 |
| Binary | 1100011 | 10001 | 10010010 | 100000 | 1011000 | 0 | 101011 | 100010110 | 1001111 | 100000 |
Color Harmonies of #631192
Complementary color
Monochromatic Colors of #631192
Black with #631192
Text Example
Text Example
White with #631192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631192; }
p { color: rgb(99,17,146); }
H1.HeaderClassName
{
color: #631192;
}
.AnyTagClassName
{
color: #631192;
}
</style>
background-color css
<style>
a { background-color: #631192; }
a { background-color: rgb(99,17,146); }
div.DivClassName
{
background-color: #631192;
}
.BgClassName
{
background-color: #631192;
}
</style>
border-color css
<style>
span { border-color: #631192; }
span { border-color: rgb(99,17,146); }
td.TdClassName
{
border-color: #631192;
}
.TagClassName
{
border-color: #631192;
}
</style>