Shades of Indigo #630592
Tints of Indigo #630592
RGB
CMYK
RGB Variations
Color information
#630592 (or 0x630592) is known color: Indigo. HEX triplet: 63, 05 and 92. RGB value is (99,5,146). Sum of RGB (Red+Green+Blue) = 99+5+146=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #630592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630592 is #9CFA6D. Grayscale: #303030. Windows color (decimal): -10287726 or 9569635. OLE color: 9569635.
HSL color Cylindrical-coordinate representation of color #630592: hue angle of 280º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630592 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 5 | 146 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.43 |
| HSL | 280º | 0.93% | 0.3% | - |
| HSV(B) | 280º | 0.97% | 0.57% | - |
| XYZ | 10.39 | 4.84 | 27.58 | - |
| YUV | 49.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 146 | 0.32 | 0.97 | 0 | 0.43 | 280 | 0.93 | 0.3 |
| Hex | 63 | 5 | 92 | 20 | 61 | 0 | 2B | 118 | 5D | 1E |
| Octal | 143 | 5 | 222 | 40 | 141 | 0 | 53 | 430 | 135 | 36 |
| Binary | 1100011 | 101 | 10010010 | 100000 | 1100001 | 0 | 101011 | 100011000 | 1011101 | 11110 |
Color Harmonies of #630592
Complementary color
Monochromatic Colors of #630592
Black with #630592
Text Example
Text Example
White with #630592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630592; }
p { color: rgb(99,5,146); }
H1.HeaderClassName
{
color: #630592;
}
.AnyTagClassName
{
color: #630592;
}
</style>
background-color css
<style>
a { background-color: #630592; }
a { background-color: rgb(99,5,146); }
div.DivClassName
{
background-color: #630592;
}
.BgClassName
{
background-color: #630592;
}
</style>
border-color css
<style>
span { border-color: #630592; }
span { border-color: rgb(99,5,146); }
td.TdClassName
{
border-color: #630592;
}
.TagClassName
{
border-color: #630592;
}
</style>