Shades of Indigo #630595
Tints of Indigo #630595
RGB
CMYK
RGB Variations
Color information
#630595 (or 0x630595) is known color: Indigo. HEX triplet: 63, 05 and 95. RGB value is (99,5,149). Sum of RGB (Red+Green+Blue) = 99+5+149=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #630595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630595 is #9CFA6A. Grayscale: #313131. Windows color (decimal): -10287723 or 9766243. OLE color: 9766243.
HSL color Cylindrical-coordinate representation of color #630595: hue angle of 279.17º degrees, saturation: 0.94, 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 #630595 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 5 | 149 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.42 |
| HSL | 279.17º | 0.94% | 0.3% | - |
| HSV(B) | 279.17º | 0.97% | 0.58% | - |
| XYZ | 10.62 | 4.93 | 28.83 | - |
| YUV | 49.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 149 | 0.34 | 0.97 | 0 | 0.42 | 279.17 | 0.94 | 0.3 |
| Hex | 63 | 5 | 95 | 22 | 61 | 0 | 2A | 117 | 5E | 1E |
| Octal | 143 | 5 | 225 | 42 | 141 | 0 | 52 | 427 | 136 | 36 |
| Binary | 1100011 | 101 | 10010101 | 100010 | 1100001 | 0 | 101010 | 100010111 | 1011110 | 11110 |
Color Harmonies of #630595
Complementary color
Monochromatic Colors of #630595
Black with #630595
Text Example
Text Example
White with #630595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630595; }
p { color: rgb(99,5,149); }
H1.HeaderClassName
{
color: #630595;
}
.AnyTagClassName
{
color: #630595;
}
</style>
background-color css
<style>
a { background-color: #630595; }
a { background-color: rgb(99,5,149); }
div.DivClassName
{
background-color: #630595;
}
.BgClassName
{
background-color: #630595;
}
</style>
border-color css
<style>
span { border-color: #630595; }
span { border-color: rgb(99,5,149); }
td.TdClassName
{
border-color: #630595;
}
.TagClassName
{
border-color: #630595;
}
</style>