Shades of Indigo #630487
Tints of Indigo #630487
RGB
CMYK
RGB Variations
Color information
#630487 (or 0x630487) is known color: Indigo. HEX triplet: 63, 04 and 87. RGB value is (99,4,135). Sum of RGB (Red+Green+Blue) = 99+4+135=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #630487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630487 is #9CFB78. Grayscale: #2E2E2E. Windows color (decimal): -10287993 or 8848483. OLE color: 8848483.
HSL color Cylindrical-coordinate representation of color #630487: hue angle of 283.51º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630487 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 4 | 135 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.47 |
| HSL | 283.51º | 0.94% | 0.27% | - |
| HSV(B) | 283.51º | 0.97% | 0.53% | - |
| XYZ | 9.56 | 4.49 | 23.28 | - |
| YUV | 47.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 135 | 0.27 | 0.97 | 0 | 0.47 | 283.51 | 0.94 | 0.27 |
| Hex | 63 | 4 | 87 | 1B | 61 | 0 | 2F | 11C | 5E | 1B |
| Octal | 143 | 4 | 207 | 33 | 141 | 0 | 57 | 434 | 136 | 33 |
| Binary | 1100011 | 100 | 10000111 | 11011 | 1100001 | 0 | 101111 | 100011100 | 1011110 | 11011 |
Color Harmonies of #630487
Complementary color
Monochromatic Colors of #630487
Black with #630487
Text Example
Text Example
White with #630487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630487; }
p { color: rgb(99,4,135); }
H1.HeaderClassName
{
color: #630487;
}
.AnyTagClassName
{
color: #630487;
}
</style>
background-color css
<style>
a { background-color: #630487; }
a { background-color: rgb(99,4,135); }
div.DivClassName
{
background-color: #630487;
}
.BgClassName
{
background-color: #630487;
}
</style>
border-color css
<style>
span { border-color: #630487; }
span { border-color: rgb(99,4,135); }
td.TdClassName
{
border-color: #630487;
}
.TagClassName
{
border-color: #630487;
}
</style>