Shades of Indigo #630089
Tints of Indigo #630089
RGB
CMYK
RGB Variations
Color information
#630089 (or 0x630089) is known color: Indigo. HEX triplet: 63, 00 and 89. RGB value is (99,0,137). Sum of RGB (Red+Green+Blue) = 99+0+137=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #630089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630089 is #9CFF76. Grayscale: #2C2C2C. Windows color (decimal): -10289015 or 8978531. OLE color: 8978531.
HSL color Cylindrical-coordinate representation of color #630089: hue angle of 283.36º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630089 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 0 | 137 | - |
| CMYK | 0.28 | 1 | 0 | 0.46 |
| HSL | 283.36º | 1% | 0.27% | - |
| HSV(B) | 283.36º | 1% | 0.54% | - |
| XYZ | 9.66 | 4.46 | 24.02 | - |
| YUV | 45.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 137 | 0.28 | 1 | 0 | 0.46 | 283.36 | 1 | 0.27 |
| Hex | 63 | 0 | 89 | 1C | 64 | 0 | 2E | 11B | 64 | 1B |
| Octal | 143 | 0 | 211 | 34 | 144 | 0 | 56 | 433 | 144 | 33 |
| Binary | 1100011 | 0 | 10001001 | 11100 | 1100100 | 0 | 101110 | 100011011 | 1100100 | 11011 |
Color Harmonies of #630089
Complementary color
Monochromatic Colors of #630089
Black with #630089
Text Example
Text Example
White with #630089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630089; }
p { color: rgb(99,0,137); }
H1.HeaderClassName
{
color: #630089;
}
.AnyTagClassName
{
color: #630089;
}
</style>
background-color css
<style>
a { background-color: #630089; }
a { background-color: rgb(99,0,137); }
div.DivClassName
{
background-color: #630089;
}
.BgClassName
{
background-color: #630089;
}
</style>
border-color css
<style>
span { border-color: #630089; }
span { border-color: rgb(99,0,137); }
td.TdClassName
{
border-color: #630089;
}
.TagClassName
{
border-color: #630089;
}
</style>