Shades of Indigo #630593
Tints of Indigo #630593
RGB
CMYK
RGB Variations
Color information
#630593 (or 0x630593) is known color: Indigo. HEX triplet: 63, 05 and 93. RGB value is (99,5,147). Sum of RGB (Red+Green+Blue) = 99+5+147=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #630593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630593 is #9CFA6C. Grayscale: #303030. Windows color (decimal): -10287725 or 9635171. OLE color: 9635171.
HSL color Cylindrical-coordinate representation of color #630593: hue angle of 279.72º degrees, saturation: 0.93, 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 #630593 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 5 | 147 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.42 |
| HSL | 279.72º | 0.93% | 0.3% | - |
| HSV(B) | 279.72º | 0.97% | 0.58% | - |
| XYZ | 10.47 | 4.87 | 27.99 | - |
| YUV | 49.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 147 | 0.33 | 0.97 | 0 | 0.42 | 279.72 | 0.93 | 0.3 |
| Hex | 63 | 5 | 93 | 21 | 61 | 0 | 2A | 118 | 5D | 1E |
| Octal | 143 | 5 | 223 | 41 | 141 | 0 | 52 | 430 | 135 | 36 |
| Binary | 1100011 | 101 | 10010011 | 100001 | 1100001 | 0 | 101010 | 100011000 | 1011101 | 11110 |
Color Harmonies of #630593
Complementary color
Monochromatic Colors of #630593
Black with #630593
Text Example
Text Example
White with #630593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630593; }
p { color: rgb(99,5,147); }
H1.HeaderClassName
{
color: #630593;
}
.AnyTagClassName
{
color: #630593;
}
</style>
background-color css
<style>
a { background-color: #630593; }
a { background-color: rgb(99,5,147); }
div.DivClassName
{
background-color: #630593;
}
.BgClassName
{
background-color: #630593;
}
</style>
border-color css
<style>
span { border-color: #630593; }
span { border-color: rgb(99,5,147); }
td.TdClassName
{
border-color: #630593;
}
.TagClassName
{
border-color: #630593;
}
</style>