Shades of Indigo #631486
Tints of Indigo #631486
RGB
CMYK
RGB Variations
Color information
#631486 (or 0x631486) is known color: Indigo. HEX triplet: 63, 14 and 86. RGB value is (99,20,134). Sum of RGB (Red+Green+Blue) = 99+20+134=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #631486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631486 is #9CEB79. Grayscale: #383838. Windows color (decimal): -10283898 or 8787043. OLE color: 8787043.
HSL color Cylindrical-coordinate representation of color #631486: hue angle of 281.58º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631486 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 20 | 134 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.47 |
| HSL | 281.58º | 0.74% | 0.3% | - |
| HSV(B) | 281.58º | 0.85% | 0.53% | - |
| XYZ | 9.7 | 4.87 | 22.98 | - |
| YUV | 56.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 134 | 0.26 | 0.85 | 0 | 0.47 | 281.58 | 0.74 | 0.3 |
| Hex | 63 | 14 | 86 | 1A | 55 | 0 | 2F | 11A | 4A | 1E |
| Octal | 143 | 24 | 206 | 32 | 125 | 0 | 57 | 432 | 112 | 36 |
| Binary | 1100011 | 10100 | 10000110 | 11010 | 1010101 | 0 | 101111 | 100011010 | 1001010 | 11110 |
Color Harmonies of #631486
Complementary color
Monochromatic Colors of #631486
Black with #631486
Text Example
Text Example
White with #631486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631486; }
p { color: rgb(99,20,134); }
H1.HeaderClassName
{
color: #631486;
}
.AnyTagClassName
{
color: #631486;
}
</style>
background-color css
<style>
a { background-color: #631486; }
a { background-color: rgb(99,20,134); }
div.DivClassName
{
background-color: #631486;
}
.BgClassName
{
background-color: #631486;
}
</style>
border-color css
<style>
span { border-color: #631486; }
span { border-color: rgb(99,20,134); }
td.TdClassName
{
border-color: #631486;
}
.TagClassName
{
border-color: #631486;
}
</style>