Shades of Indigo #630E7A
Tints of Indigo #630E7A
RGB
CMYK
RGB Variations
Color information
#630E7A (or 0x630E7A) is known color: Indigo. HEX triplet: 63, 0E and 7A. RGB value is (99,14,122). Sum of RGB (Red+Green+Blue) = 99+14+122=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #630E7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E7A is #9CF185. Grayscale: #333333. Windows color (decimal): -10285446 or 7999075. OLE color: 7999075.
HSL color Cylindrical-coordinate representation of color #630E7A: hue angle of 287.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630E7A is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 14 | 122 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.52 |
| HSL | 287.22º | 0.79% | 0.27% | - |
| HSV(B) | 287.22º | 0.89% | 0.48% | - |
| XYZ | 8.82 | 4.37 | 18.79 | - |
| YUV | 51.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 122 | 0.19 | 0.89 | 0 | 0.52 | 287.22 | 0.79 | 0.27 |
| Hex | 63 | E | 7A | 13 | 59 | 0 | 34 | 11F | 4F | 1B |
| Octal | 143 | 16 | 172 | 23 | 131 | 0 | 64 | 437 | 117 | 33 |
| Binary | 1100011 | 1110 | 1111010 | 10011 | 1011001 | 0 | 110100 | 100011111 | 1001111 | 11011 |
Color Harmonies of #630E7A
Complementary color
Monochromatic Colors of #630E7A
Black with #630E7A
Text Example
Text Example
White with #630E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E7A; }
p { color: rgb(99,14,122); }
H1.HeaderClassName
{
color: #630E7A;
}
.AnyTagClassName
{
color: #630E7A;
}
</style>
background-color css
<style>
a { background-color: #630E7A; }
a { background-color: rgb(99,14,122); }
div.DivClassName
{
background-color: #630E7A;
}
.BgClassName
{
background-color: #630E7A;
}
</style>
border-color css
<style>
span { border-color: #630E7A; }
span { border-color: rgb(99,14,122); }
td.TdClassName
{
border-color: #630E7A;
}
.TagClassName
{
border-color: #630E7A;
}
</style>