Shades of Indigo #630790
Tints of Indigo #630790
RGB
CMYK
RGB Variations
Color information
#630790 (or 0x630790) is known color: Indigo. HEX triplet: 63, 07 and 90. RGB value is (99,7,144). Sum of RGB (Red+Green+Blue) = 99+7+144=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #630790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630790 is #9CF86F. Grayscale: #313131. Windows color (decimal): -10287216 or 9439075. OLE color: 9439075.
HSL color Cylindrical-coordinate representation of color #630790: hue angle of 280.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630790 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 7 | 144 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.44 |
| HSL | 280.29º | 0.91% | 0.3% | - |
| HSV(B) | 280.29º | 0.95% | 0.56% | - |
| XYZ | 10.26 | 4.82 | 26.78 | - |
| YUV | 50.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 144 | 0.31 | 0.95 | 0 | 0.44 | 280.29 | 0.91 | 0.3 |
| Hex | 63 | 7 | 90 | 1F | 5F | 0 | 2C | 118 | 5B | 1E |
| Octal | 143 | 7 | 220 | 37 | 137 | 0 | 54 | 430 | 133 | 36 |
| Binary | 1100011 | 111 | 10010000 | 11111 | 1011111 | 0 | 101100 | 100011000 | 1011011 | 11110 |
Color Harmonies of #630790
Complementary color
Monochromatic Colors of #630790
Black with #630790
Text Example
Text Example
White with #630790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630790; }
p { color: rgb(99,7,144); }
H1.HeaderClassName
{
color: #630790;
}
.AnyTagClassName
{
color: #630790;
}
</style>
background-color css
<style>
a { background-color: #630790; }
a { background-color: rgb(99,7,144); }
div.DivClassName
{
background-color: #630790;
}
.BgClassName
{
background-color: #630790;
}
</style>
border-color css
<style>
span { border-color: #630790; }
span { border-color: rgb(99,7,144); }
td.TdClassName
{
border-color: #630790;
}
.TagClassName
{
border-color: #630790;
}
</style>