Shades of Indigo #630895
Tints of Indigo #630895
RGB
CMYK
RGB Variations
Color information
#630895 (or 0x630895) is known color: Indigo. HEX triplet: 63, 08 and 95. RGB value is (99,8,149). Sum of RGB (Red+Green+Blue) = 99+8+149=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #630895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630895 is #9CF76A. Grayscale: #323232. Windows color (decimal): -10286955 or 9767011. OLE color: 9767011.
HSL color Cylindrical-coordinate representation of color #630895: hue angle of 278.72º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630895 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 8 | 149 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.42 |
| HSL | 278.72º | 0.9% | 0.31% | - |
| HSV(B) | 278.72º | 0.95% | 0.58% | - |
| XYZ | 10.66 | 5 | 28.84 | - |
| YUV | 51.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 149 | 0.34 | 0.95 | 0 | 0.42 | 278.72 | 0.9 | 0.31 |
| Hex | 63 | 8 | 95 | 22 | 5F | 0 | 2A | 117 | 5A | 1F |
| Octal | 143 | 10 | 225 | 42 | 137 | 0 | 52 | 427 | 132 | 37 |
| Binary | 1100011 | 1000 | 10010101 | 100010 | 1011111 | 0 | 101010 | 100010111 | 1011010 | 11111 |
Color Harmonies of #630895
Complementary color
Monochromatic Colors of #630895
Black with #630895
Text Example
Text Example
White with #630895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630895; }
p { color: rgb(99,8,149); }
H1.HeaderClassName
{
color: #630895;
}
.AnyTagClassName
{
color: #630895;
}
</style>
background-color css
<style>
a { background-color: #630895; }
a { background-color: rgb(99,8,149); }
div.DivClassName
{
background-color: #630895;
}
.BgClassName
{
background-color: #630895;
}
</style>
border-color css
<style>
span { border-color: #630895; }
span { border-color: rgb(99,8,149); }
td.TdClassName
{
border-color: #630895;
}
.TagClassName
{
border-color: #630895;
}
</style>