Shades of Indigo #631680
Tints of Indigo #631680
RGB
CMYK
RGB Variations
Color information
#631680 (or 0x631680) is known color: Indigo. HEX triplet: 63, 16 and 80. RGB value is (99,22,128). Sum of RGB (Red+Green+Blue) = 99+22+128=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #631680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631680 is #9CE97F. Grayscale: #383838. Windows color (decimal): -10283392 or 8394339. OLE color: 8394339.
HSL color Cylindrical-coordinate representation of color #631680: hue angle of 283.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631680 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 22 | 128 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.50 |
| HSL | 283.58º | 0.71% | 0.29% | - |
| HSV(B) | 283.58º | 0.83% | 0.5% | - |
| XYZ | 9.33 | 4.78 | 20.85 | - |
| YUV | 57.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 128 | 0.23 | 0.83 | 0 | 0.50 | 283.58 | 0.71 | 0.29 |
| Hex | 63 | 16 | 80 | 17 | 53 | 0 | 32 | 11C | 47 | 1D |
| Octal | 143 | 26 | 200 | 27 | 123 | 0 | 62 | 434 | 107 | 35 |
| Binary | 1100011 | 10110 | 10000000 | 10111 | 1010011 | 0 | 110010 | 100011100 | 1000111 | 11101 |
Color Harmonies of #631680
Complementary color
Monochromatic Colors of #631680
Black with #631680
Text Example
Text Example
White with #631680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631680; }
p { color: rgb(99,22,128); }
H1.HeaderClassName
{
color: #631680;
}
.AnyTagClassName
{
color: #631680;
}
</style>
background-color css
<style>
a { background-color: #631680; }
a { background-color: rgb(99,22,128); }
div.DivClassName
{
background-color: #631680;
}
.BgClassName
{
background-color: #631680;
}
</style>
border-color css
<style>
span { border-color: #631680; }
span { border-color: rgb(99,22,128); }
td.TdClassName
{
border-color: #631680;
}
.TagClassName
{
border-color: #631680;
}
</style>