Shades of Indigo #631780
Tints of Indigo #631780
RGB
CMYK
RGB Variations
Color information
#631780 (or 0x631780) is known color: Indigo. HEX triplet: 63, 17 and 80. RGB value is (99,23,128). Sum of RGB (Red+Green+Blue) = 99+23+128=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #631780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631780 is #9CE87F. Grayscale: #393939. Windows color (decimal): -10283136 or 8394595. OLE color: 8394595.
HSL color Cylindrical-coordinate representation of color #631780: hue angle of 283.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631780 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 23 | 128 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.50 |
| HSL | 283.43º | 0.7% | 0.3% | - |
| HSV(B) | 283.43º | 0.82% | 0.5% | - |
| XYZ | 9.35 | 4.82 | 20.86 | - |
| YUV | 57.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 128 | 0.23 | 0.82 | 0 | 0.50 | 283.43 | 0.7 | 0.3 |
| Hex | 63 | 17 | 80 | 17 | 52 | 0 | 32 | 11B | 46 | 1E |
| Octal | 143 | 27 | 200 | 27 | 122 | 0 | 62 | 433 | 106 | 36 |
| Binary | 1100011 | 10111 | 10000000 | 10111 | 1010010 | 0 | 110010 | 100011011 | 1000110 | 11110 |
Color Harmonies of #631780
Complementary color
Monochromatic Colors of #631780
Black with #631780
Text Example
Text Example
White with #631780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631780; }
p { color: rgb(99,23,128); }
H1.HeaderClassName
{
color: #631780;
}
.AnyTagClassName
{
color: #631780;
}
</style>
background-color css
<style>
a { background-color: #631780; }
a { background-color: rgb(99,23,128); }
div.DivClassName
{
background-color: #631780;
}
.BgClassName
{
background-color: #631780;
}
</style>
border-color css
<style>
span { border-color: #631780; }
span { border-color: rgb(99,23,128); }
td.TdClassName
{
border-color: #631780;
}
.TagClassName
{
border-color: #631780;
}
</style>