Shades of Indigo #630878
Tints of Indigo #630878
RGB
CMYK
RGB Variations
Color information
#630878 (or 0x630878) is known color: Indigo. HEX triplet: 63, 08 and 78. RGB value is (99,8,120). Sum of RGB (Red+Green+Blue) = 99+8+120=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #630878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630878 is #9CF787. Grayscale: #2F2F2F. Windows color (decimal): -10286984 or 7866467. OLE color: 7866467.
HSL color Cylindrical-coordinate representation of color #630878: hue angle of 288.75º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630878 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 8 | 120 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.53 |
| HSL | 288.75º | 0.88% | 0.25% | - |
| HSV(B) | 288.75º | 0.93% | 0.47% | - |
| XYZ | 8.62 | 4.18 | 18.12 | - |
| YUV | 47.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 120 | 0.17 | 0.93 | 0 | 0.53 | 288.75 | 0.88 | 0.25 |
| Hex | 63 | 8 | 78 | 11 | 5D | 0 | 35 | 121 | 58 | 19 |
| Octal | 143 | 10 | 170 | 21 | 135 | 0 | 65 | 441 | 130 | 31 |
| Binary | 1100011 | 1000 | 1111000 | 10001 | 1011101 | 0 | 110101 | 100100001 | 1011000 | 11001 |
Color Harmonies of #630878
Complementary color
Monochromatic Colors of #630878
Black with #630878
Text Example
Text Example
White with #630878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630878; }
p { color: rgb(99,8,120); }
H1.HeaderClassName
{
color: #630878;
}
.AnyTagClassName
{
color: #630878;
}
</style>
background-color css
<style>
a { background-color: #630878; }
a { background-color: rgb(99,8,120); }
div.DivClassName
{
background-color: #630878;
}
.BgClassName
{
background-color: #630878;
}
</style>
border-color css
<style>
span { border-color: #630878; }
span { border-color: rgb(99,8,120); }
td.TdClassName
{
border-color: #630878;
}
.TagClassName
{
border-color: #630878;
}
</style>