Shades of Indigo #630799
Tints of Indigo #630799
RGB
CMYK
RGB Variations
Color information
#630799 (or 0x630799) is known color: Indigo. HEX triplet: 63, 07 and 99. RGB value is (99,7,153). Sum of RGB (Red+Green+Blue) = 99+7+153=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #630799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630799 is #9CF866. Grayscale: #323232. Windows color (decimal): -10287207 or 10028899. OLE color: 10028899.
HSL color Cylindrical-coordinate representation of color #630799: hue angle of 277.81º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630799 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 7 | 153 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.4 |
| HSL | 277.81º | 0.91% | 0.31% | - |
| HSV(B) | 277.81º | 0.95% | 0.6% | - |
| XYZ | 10.97 | 5.1 | 30.54 | - |
| YUV | 51.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 153 | 0.35 | 0.95 | 0 | 0.4 | 277.81 | 0.91 | 0.31 |
| Hex | 63 | 7 | 99 | 23 | 5F | 0 | 28 | 116 | 5B | 1F |
| Octal | 143 | 7 | 231 | 43 | 137 | 0 | 50 | 426 | 133 | 37 |
| Binary | 1100011 | 111 | 10011001 | 100011 | 1011111 | 0 | 101000 | 100010110 | 1011011 | 11111 |
Color Harmonies of #630799
Complementary color
Monochromatic Colors of #630799
Black with #630799
Text Example
Text Example
White with #630799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630799; }
p { color: rgb(99,7,153); }
H1.HeaderClassName
{
color: #630799;
}
.AnyTagClassName
{
color: #630799;
}
</style>
background-color css
<style>
a { background-color: #630799; }
a { background-color: rgb(99,7,153); }
div.DivClassName
{
background-color: #630799;
}
.BgClassName
{
background-color: #630799;
}
</style>
border-color css
<style>
span { border-color: #630799; }
span { border-color: rgb(99,7,153); }
td.TdClassName
{
border-color: #630799;
}
.TagClassName
{
border-color: #630799;
}
</style>