Shades of Indigo #630195
Tints of Indigo #630195
RGB
CMYK
RGB Variations
Color information
#630195 (or 0x630195) is known color: Indigo. HEX triplet: 63, 01 and 95. RGB value is (99,1,149). Sum of RGB (Red+Green+Blue) = 99+1+149=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #630195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630195 is #9CFE6A. Grayscale: #2E2E2E. Windows color (decimal): -10288747 or 9765219. OLE color: 9765219.
HSL color Cylindrical-coordinate representation of color #630195: hue angle of 279.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630195 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 1 | 149 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.42 |
| HSL | 279.73º | 0.99% | 0.29% | - |
| HSV(B) | 279.73º | 0.99% | 0.58% | - |
| XYZ | 10.58 | 4.84 | 28.81 | - |
| YUV | 47.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 149 | 0.34 | 0.99 | 0 | 0.42 | 279.73 | 0.99 | 0.29 |
| Hex | 63 | 1 | 95 | 22 | 63 | 0 | 2A | 118 | 63 | 1D |
| Octal | 143 | 1 | 225 | 42 | 143 | 0 | 52 | 430 | 143 | 35 |
| Binary | 1100011 | 1 | 10010101 | 100010 | 1100011 | 0 | 101010 | 100011000 | 1100011 | 11101 |
Color Harmonies of #630195
Complementary color
Monochromatic Colors of #630195
Black with #630195
Text Example
Text Example
White with #630195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630195; }
p { color: rgb(99,1,149); }
H1.HeaderClassName
{
color: #630195;
}
.AnyTagClassName
{
color: #630195;
}
</style>
background-color css
<style>
a { background-color: #630195; }
a { background-color: rgb(99,1,149); }
div.DivClassName
{
background-color: #630195;
}
.BgClassName
{
background-color: #630195;
}
</style>
border-color css
<style>
span { border-color: #630195; }
span { border-color: rgb(99,1,149); }
td.TdClassName
{
border-color: #630195;
}
.TagClassName
{
border-color: #630195;
}
</style>