Shades of Indigo #630981
Tints of Indigo #630981
RGB
CMYK
RGB Variations
Color information
#630981 (or 0x630981) is known color: Indigo. HEX triplet: 63, 09 and 81. RGB value is (99,9,129). Sum of RGB (Red+Green+Blue) = 99+9+129=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #630981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630981 is #9CF67E. Grayscale: #313131. Windows color (decimal): -10286719 or 8456547. OLE color: 8456547.
HSL color Cylindrical-coordinate representation of color #630981: hue angle of 285º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630981 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 9 | 129 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.49 |
| HSL | 285º | 0.87% | 0.27% | - |
| HSV(B) | 285º | 0.93% | 0.51% | - |
| XYZ | 9.21 | 4.43 | 21.14 | - |
| YUV | 49.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 129 | 0.23 | 0.93 | 0 | 0.49 | 285 | 0.87 | 0.27 |
| Hex | 63 | 9 | 81 | 17 | 5D | 0 | 31 | 11D | 57 | 1B |
| Octal | 143 | 11 | 201 | 27 | 135 | 0 | 61 | 435 | 127 | 33 |
| Binary | 1100011 | 1001 | 10000001 | 10111 | 1011101 | 0 | 110001 | 100011101 | 1010111 | 11011 |
Color Harmonies of #630981
Complementary color
Monochromatic Colors of #630981
Black with #630981
Text Example
Text Example
White with #630981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630981; }
p { color: rgb(99,9,129); }
H1.HeaderClassName
{
color: #630981;
}
.AnyTagClassName
{
color: #630981;
}
</style>
background-color css
<style>
a { background-color: #630981; }
a { background-color: rgb(99,9,129); }
div.DivClassName
{
background-color: #630981;
}
.BgClassName
{
background-color: #630981;
}
</style>
border-color css
<style>
span { border-color: #630981; }
span { border-color: rgb(99,9,129); }
td.TdClassName
{
border-color: #630981;
}
.TagClassName
{
border-color: #630981;
}
</style>