Shades of Indigo #630493
Tints of Indigo #630493
RGB
CMYK
RGB Variations
Color information
#630493 (or 0x630493) is known color: Indigo. HEX triplet: 63, 04 and 93. RGB value is (99,4,147). Sum of RGB (Red+Green+Blue) = 99+4+147=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #630493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630493 is #9CFB6C. Grayscale: #303030. Windows color (decimal): -10287981 or 9634915. OLE color: 9634915.
HSL color Cylindrical-coordinate representation of color #630493: hue angle of 279.86º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630493 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 4 | 147 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.42 |
| HSL | 279.86º | 0.95% | 0.3% | - |
| HSV(B) | 279.86º | 0.97% | 0.58% | - |
| XYZ | 10.46 | 4.85 | 27.99 | - |
| YUV | 48.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 147 | 0.33 | 0.97 | 0 | 0.42 | 279.86 | 0.95 | 0.3 |
| Hex | 63 | 4 | 93 | 21 | 61 | 0 | 2A | 118 | 5F | 1E |
| Octal | 143 | 4 | 223 | 41 | 141 | 0 | 52 | 430 | 137 | 36 |
| Binary | 1100011 | 100 | 10010011 | 100001 | 1100001 | 0 | 101010 | 100011000 | 1011111 | 11110 |
Color Harmonies of #630493
Complementary color
Monochromatic Colors of #630493
Black with #630493
Text Example
Text Example
White with #630493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630493; }
p { color: rgb(99,4,147); }
H1.HeaderClassName
{
color: #630493;
}
.AnyTagClassName
{
color: #630493;
}
</style>
background-color css
<style>
a { background-color: #630493; }
a { background-color: rgb(99,4,147); }
div.DivClassName
{
background-color: #630493;
}
.BgClassName
{
background-color: #630493;
}
</style>
border-color css
<style>
span { border-color: #630493; }
span { border-color: rgb(99,4,147); }
td.TdClassName
{
border-color: #630493;
}
.TagClassName
{
border-color: #630493;
}
</style>