Shades of Indigo #630495
Tints of Indigo #630495
RGB
CMYK
RGB Variations
Color information
#630495 (or 0x630495) is known color: Indigo. HEX triplet: 63, 04 and 95. RGB value is (99,4,149). Sum of RGB (Red+Green+Blue) = 99+4+149=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #630495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630495 is #9CFB6A. Grayscale: #303030. Windows color (decimal): -10287979 or 9765987. OLE color: 9765987.
HSL color Cylindrical-coordinate representation of color #630495: hue angle of 279.31º 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 #630495 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 4 | 149 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.42 |
| HSL | 279.31º | 0.95% | 0.3% | - |
| HSV(B) | 279.31º | 0.97% | 0.58% | - |
| XYZ | 10.61 | 4.91 | 28.82 | - |
| YUV | 48.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 149 | 0.34 | 0.97 | 0 | 0.42 | 279.31 | 0.95 | 0.3 |
| Hex | 63 | 4 | 95 | 22 | 61 | 0 | 2A | 117 | 5F | 1E |
| Octal | 143 | 4 | 225 | 42 | 141 | 0 | 52 | 427 | 137 | 36 |
| Binary | 1100011 | 100 | 10010101 | 100010 | 1100001 | 0 | 101010 | 100010111 | 1011111 | 11110 |
Color Harmonies of #630495
Complementary color
Monochromatic Colors of #630495
Black with #630495
Text Example
Text Example
White with #630495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630495; }
p { color: rgb(99,4,149); }
H1.HeaderClassName
{
color: #630495;
}
.AnyTagClassName
{
color: #630495;
}
</style>
background-color css
<style>
a { background-color: #630495; }
a { background-color: rgb(99,4,149); }
div.DivClassName
{
background-color: #630495;
}
.BgClassName
{
background-color: #630495;
}
</style>
border-color css
<style>
span { border-color: #630495; }
span { border-color: rgb(99,4,149); }
td.TdClassName
{
border-color: #630495;
}
.TagClassName
{
border-color: #630495;
}
</style>