Shades of Indigo #630679
Tints of Indigo #630679
RGB
CMYK
RGB Variations
Color information
#630679 (or 0x630679) is known color: Indigo. HEX triplet: 63, 06 and 79. RGB value is (99,6,121). Sum of RGB (Red+Green+Blue) = 99+6+121=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #630679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630679 is #9CF986. Grayscale: #2E2E2E. Windows color (decimal): -10287495 or 7931491. OLE color: 7931491.
HSL color Cylindrical-coordinate representation of color #630679: hue angle of 288.52º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630679 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 6 | 121 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.53 |
| HSL | 288.52º | 0.91% | 0.25% | - |
| HSV(B) | 288.52º | 0.95% | 0.47% | - |
| XYZ | 8.66 | 4.16 | 18.44 | - |
| YUV | 46.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 121 | 0.18 | 0.95 | 0 | 0.53 | 288.52 | 0.91 | 0.25 |
| Hex | 63 | 6 | 79 | 12 | 5F | 0 | 35 | 121 | 5B | 19 |
| Octal | 143 | 6 | 171 | 22 | 137 | 0 | 65 | 441 | 133 | 31 |
| Binary | 1100011 | 110 | 1111001 | 10010 | 1011111 | 0 | 110101 | 100100001 | 1011011 | 11001 |
Color Harmonies of #630679
Complementary color
Monochromatic Colors of #630679
Black with #630679
Text Example
Text Example
White with #630679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630679; }
p { color: rgb(99,6,121); }
H1.HeaderClassName
{
color: #630679;
}
.AnyTagClassName
{
color: #630679;
}
</style>
background-color css
<style>
a { background-color: #630679; }
a { background-color: rgb(99,6,121); }
div.DivClassName
{
background-color: #630679;
}
.BgClassName
{
background-color: #630679;
}
</style>
border-color css
<style>
span { border-color: #630679; }
span { border-color: rgb(99,6,121); }
td.TdClassName
{
border-color: #630679;
}
.TagClassName
{
border-color: #630679;
}
</style>