Shades of Indigo #631781
Tints of Indigo #631781
RGB
CMYK
RGB Variations
Color information
#631781 (or 0x631781) is known color: Indigo. HEX triplet: 63, 17 and 81. RGB value is (99,23,129). Sum of RGB (Red+Green+Blue) = 99+23+129=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #631781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631781 is #9CE87E. Grayscale: #393939. Windows color (decimal): -10283135 or 8460131. OLE color: 8460131.
HSL color Cylindrical-coordinate representation of color #631781: hue angle of 283.02º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631781 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 23 | 129 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.49 |
| HSL | 283.02º | 0.7% | 0.3% | - |
| HSV(B) | 283.02º | 0.82% | 0.51% | - |
| XYZ | 9.41 | 4.85 | 21.21 | - |
| YUV | 57.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 129 | 0.23 | 0.82 | 0 | 0.49 | 283.02 | 0.7 | 0.3 |
| Hex | 63 | 17 | 81 | 17 | 52 | 0 | 31 | 11B | 46 | 1E |
| Octal | 143 | 27 | 201 | 27 | 122 | 0 | 61 | 433 | 106 | 36 |
| Binary | 1100011 | 10111 | 10000001 | 10111 | 1010010 | 0 | 110001 | 100011011 | 1000110 | 11110 |
Color Harmonies of #631781
Complementary color
Monochromatic Colors of #631781
Black with #631781
Text Example
Text Example
White with #631781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631781; }
p { color: rgb(99,23,129); }
H1.HeaderClassName
{
color: #631781;
}
.AnyTagClassName
{
color: #631781;
}
</style>
background-color css
<style>
a { background-color: #631781; }
a { background-color: rgb(99,23,129); }
div.DivClassName
{
background-color: #631781;
}
.BgClassName
{
background-color: #631781;
}
</style>
border-color css
<style>
span { border-color: #631781; }
span { border-color: rgb(99,23,129); }
td.TdClassName
{
border-color: #631781;
}
.TagClassName
{
border-color: #631781;
}
</style>