Shades of Indigo #630B77
Tints of Indigo #630B77
RGB
CMYK
RGB Variations
Color information
#630B77 (or 0x630B77) is known color: Indigo. HEX triplet: 63, 0B and 77. RGB value is (99,11,119). Sum of RGB (Red+Green+Blue) = 99+11+119=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #630B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B77 is #9CF488. Grayscale: #313131. Windows color (decimal): -10286217 or 7801699. OLE color: 7801699.
HSL color Cylindrical-coordinate representation of color #630B77: hue angle of 288.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630B77 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 11 | 119 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.53 |
| HSL | 288.89º | 0.83% | 0.25% | - |
| HSV(B) | 288.89º | 0.91% | 0.47% | - |
| XYZ | 8.6 | 4.22 | 17.82 | - |
| YUV | 49.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 119 | 0.17 | 0.91 | 0 | 0.53 | 288.89 | 0.83 | 0.25 |
| Hex | 63 | B | 77 | 11 | 5B | 0 | 35 | 121 | 53 | 19 |
| Octal | 143 | 13 | 167 | 21 | 133 | 0 | 65 | 441 | 123 | 31 |
| Binary | 1100011 | 1011 | 1110111 | 10001 | 1011011 | 0 | 110101 | 100100001 | 1010011 | 11001 |
Color Harmonies of #630B77
Complementary color
Monochromatic Colors of #630B77
Black with #630B77
Text Example
Text Example
White with #630B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B77; }
p { color: rgb(99,11,119); }
H1.HeaderClassName
{
color: #630B77;
}
.AnyTagClassName
{
color: #630B77;
}
</style>
background-color css
<style>
a { background-color: #630B77; }
a { background-color: rgb(99,11,119); }
div.DivClassName
{
background-color: #630B77;
}
.BgClassName
{
background-color: #630B77;
}
</style>
border-color css
<style>
span { border-color: #630B77; }
span { border-color: rgb(99,11,119); }
td.TdClassName
{
border-color: #630B77;
}
.TagClassName
{
border-color: #630B77;
}
</style>