Shades of Indigo #630178
Tints of Indigo #630178
RGB
CMYK
RGB Variations
Color information
#630178 (or 0x630178) is known color: Indigo. HEX triplet: 63, 01 and 78. RGB value is (99,1,120). Sum of RGB (Red+Green+Blue) = 99+1+120=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #630178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630178 is #9CFE87. Grayscale: #2B2B2B. Windows color (decimal): -10288776 or 7864675. OLE color: 7864675.
HSL color Cylindrical-coordinate representation of color #630178: hue angle of 289.41º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630178 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 1 | 120 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.53 |
| HSL | 289.41º | 0.98% | 0.24% | - |
| HSV(B) | 289.41º | 0.99% | 0.47% | - |
| XYZ | 8.55 | 4.03 | 18.1 | - |
| YUV | 43.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 120 | 0.17 | 0.99 | 0 | 0.53 | 289.41 | 0.98 | 0.24 |
| Hex | 63 | 1 | 78 | 11 | 63 | 0 | 35 | 121 | 62 | 18 |
| Octal | 143 | 1 | 170 | 21 | 143 | 0 | 65 | 441 | 142 | 30 |
| Binary | 1100011 | 1 | 1111000 | 10001 | 1100011 | 0 | 110101 | 100100001 | 1100010 | 11000 |
Color Harmonies of #630178
Complementary color
Monochromatic Colors of #630178
Black with #630178
Text Example
Text Example
White with #630178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630178; }
p { color: rgb(99,1,120); }
H1.HeaderClassName
{
color: #630178;
}
.AnyTagClassName
{
color: #630178;
}
</style>
background-color css
<style>
a { background-color: #630178; }
a { background-color: rgb(99,1,120); }
div.DivClassName
{
background-color: #630178;
}
.BgClassName
{
background-color: #630178;
}
</style>
border-color css
<style>
span { border-color: #630178; }
span { border-color: rgb(99,1,120); }
td.TdClassName
{
border-color: #630178;
}
.TagClassName
{
border-color: #630178;
}
</style>