Shades of Indigo #631799
Tints of Indigo #631799
RGB
CMYK
RGB Variations
Color information
#631799 (or 0x631799) is known color: Indigo. HEX triplet: 63, 17 and 99. RGB value is (99,23,153). Sum of RGB (Red+Green+Blue) = 99+23+153=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #631799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631799 is #9CE866. Grayscale: #3C3C3C. Windows color (decimal): -10283111 or 10032995. OLE color: 10032995.
HSL color Cylindrical-coordinate representation of color #631799: hue angle of 275.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631799 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 23 | 153 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.4 |
| HSL | 275.08º | 0.74% | 0.35% | - |
| HSV(B) | 275.08º | 0.85% | 0.6% | - |
| XYZ | 11.2 | 5.57 | 30.62 | - |
| YUV | 60.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 153 | 0.35 | 0.85 | 0 | 0.4 | 275.08 | 0.74 | 0.35 |
| Hex | 63 | 17 | 99 | 23 | 55 | 0 | 28 | 113 | 4A | 23 |
| Octal | 143 | 27 | 231 | 43 | 125 | 0 | 50 | 423 | 112 | 43 |
| Binary | 1100011 | 10111 | 10011001 | 100011 | 1010101 | 0 | 101000 | 100010011 | 1001010 | 100011 |
Color Harmonies of #631799
Complementary color
Monochromatic Colors of #631799
Black with #631799
Text Example
Text Example
White with #631799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631799; }
p { color: rgb(99,23,153); }
H1.HeaderClassName
{
color: #631799;
}
.AnyTagClassName
{
color: #631799;
}
</style>
background-color css
<style>
a { background-color: #631799; }
a { background-color: rgb(99,23,153); }
div.DivClassName
{
background-color: #631799;
}
.BgClassName
{
background-color: #631799;
}
</style>
border-color css
<style>
span { border-color: #631799; }
span { border-color: rgb(99,23,153); }
td.TdClassName
{
border-color: #631799;
}
.TagClassName
{
border-color: #631799;
}
</style>