Shades of Indigo #630C76
Tints of Indigo #630C76
RGB
CMYK
RGB Variations
Color information
#630C76 (or 0x630C76) is known color: Indigo. HEX triplet: 63, 0C and 76. RGB value is (99,12,118). Sum of RGB (Red+Green+Blue) = 99+12+118=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #630C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C76 is #9CF389. Grayscale: #313131. Windows color (decimal): -10285962 or 7736419. OLE color: 7736419.
HSL color Cylindrical-coordinate representation of color #630C76: hue angle of 289.25º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630C76 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 12 | 118 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.54 |
| HSL | 289.25º | 0.82% | 0.25% | - |
| HSV(B) | 289.25º | 0.9% | 0.46% | - |
| XYZ | 8.55 | 4.22 | 17.5 | - |
| YUV | 50.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 118 | 0.16 | 0.90 | 0 | 0.54 | 289.25 | 0.82 | 0.25 |
| Hex | 63 | C | 76 | 10 | 5A | 0 | 36 | 121 | 52 | 19 |
| Octal | 143 | 14 | 166 | 20 | 132 | 0 | 66 | 441 | 122 | 31 |
| Binary | 1100011 | 1100 | 1110110 | 10000 | 1011010 | 0 | 110110 | 100100001 | 1010010 | 11001 |
Color Harmonies of #630C76
Complementary color
Monochromatic Colors of #630C76
Black with #630C76
Text Example
Text Example
White with #630C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C76; }
p { color: rgb(99,12,118); }
H1.HeaderClassName
{
color: #630C76;
}
.AnyTagClassName
{
color: #630C76;
}
</style>
background-color css
<style>
a { background-color: #630C76; }
a { background-color: rgb(99,12,118); }
div.DivClassName
{
background-color: #630C76;
}
.BgClassName
{
background-color: #630C76;
}
</style>
border-color css
<style>
span { border-color: #630C76; }
span { border-color: rgb(99,12,118); }
td.TdClassName
{
border-color: #630C76;
}
.TagClassName
{
border-color: #630C76;
}
</style>