Shades of Indigo #630190
Tints of Indigo #630190
RGB
CMYK
RGB Variations
Color information
#630190 (or 0x630190) is known color: Indigo. HEX triplet: 63, 01 and 90. RGB value is (99,1,144). Sum of RGB (Red+Green+Blue) = 99+1+144=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #630190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630190 is #9CFE6F. Grayscale: #2E2E2E. Windows color (decimal): -10288752 or 9437539. OLE color: 9437539.
HSL color Cylindrical-coordinate representation of color #630190: hue angle of 281.12º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630190 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 1 | 144 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.44 |
| HSL | 281.12º | 0.99% | 0.28% | - |
| HSV(B) | 281.12º | 0.99% | 0.56% | - |
| XYZ | 10.19 | 4.69 | 26.75 | - |
| YUV | 46.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 144 | 0.31 | 0.99 | 0 | 0.44 | 281.12 | 0.99 | 0.28 |
| Hex | 63 | 1 | 90 | 1F | 63 | 0 | 2C | 119 | 63 | 1C |
| Octal | 143 | 1 | 220 | 37 | 143 | 0 | 54 | 431 | 143 | 34 |
| Binary | 1100011 | 1 | 10010000 | 11111 | 1100011 | 0 | 101100 | 100011001 | 1100011 | 11100 |
Color Harmonies of #630190
Complementary color
Monochromatic Colors of #630190
Black with #630190
Text Example
Text Example
White with #630190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630190; }
p { color: rgb(99,1,144); }
H1.HeaderClassName
{
color: #630190;
}
.AnyTagClassName
{
color: #630190;
}
</style>
background-color css
<style>
a { background-color: #630190; }
a { background-color: rgb(99,1,144); }
div.DivClassName
{
background-color: #630190;
}
.BgClassName
{
background-color: #630190;
}
</style>
border-color css
<style>
span { border-color: #630190; }
span { border-color: rgb(99,1,144); }
td.TdClassName
{
border-color: #630190;
}
.TagClassName
{
border-color: #630190;
}
</style>