Shades of Indigo #630488
Tints of Indigo #630488
RGB
CMYK
RGB Variations
Color information
#630488 (or 0x630488) is known color: Indigo. HEX triplet: 63, 04 and 88. RGB value is (99,4,136). Sum of RGB (Red+Green+Blue) = 99+4+136=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #630488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630488 is #9CFB77. Grayscale: #2F2F2F. Windows color (decimal): -10287992 or 8914019. OLE color: 8914019.
HSL color Cylindrical-coordinate representation of color #630488: hue angle of 283.18º 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 #630488 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 4 | 136 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.47 |
| HSL | 283.18º | 0.94% | 0.27% | - |
| HSV(B) | 283.18º | 0.97% | 0.53% | - |
| XYZ | 9.63 | 4.52 | 23.66 | - |
| YUV | 47.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 136 | 0.27 | 0.97 | 0 | 0.47 | 283.18 | 0.94 | 0.27 |
| Hex | 63 | 4 | 88 | 1B | 61 | 0 | 2F | 11B | 5E | 1B |
| Octal | 143 | 4 | 210 | 33 | 141 | 0 | 57 | 433 | 136 | 33 |
| Binary | 1100011 | 100 | 10001000 | 11011 | 1100001 | 0 | 101111 | 100011011 | 1011110 | 11011 |
Color Harmonies of #630488
Complementary color
Monochromatic Colors of #630488
Black with #630488
Text Example
Text Example
White with #630488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630488; }
p { color: rgb(99,4,136); }
H1.HeaderClassName
{
color: #630488;
}
.AnyTagClassName
{
color: #630488;
}
</style>
background-color css
<style>
a { background-color: #630488; }
a { background-color: rgb(99,4,136); }
div.DivClassName
{
background-color: #630488;
}
.BgClassName
{
background-color: #630488;
}
</style>
border-color css
<style>
span { border-color: #630488; }
span { border-color: rgb(99,4,136); }
td.TdClassName
{
border-color: #630488;
}
.TagClassName
{
border-color: #630488;
}
</style>