Shades of Indigo #630983
Tints of Indigo #630983
RGB
CMYK
RGB Variations
Color information
#630983 (or 0x630983) is known color: Indigo. HEX triplet: 63, 09 and 83. RGB value is (99,9,131). Sum of RGB (Red+Green+Blue) = 99+9+131=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #630983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630983 is #9CF67C. Grayscale: #313131. Windows color (decimal): -10286717 or 8587619. OLE color: 8587619.
HSL color Cylindrical-coordinate representation of color #630983: hue angle of 284.26º 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 #630983 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 9 | 131 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.49 |
| HSL | 284.26º | 0.87% | 0.27% | - |
| HSV(B) | 284.26º | 0.93% | 0.51% | - |
| XYZ | 9.34 | 4.49 | 21.85 | - |
| YUV | 49.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 131 | 0.24 | 0.93 | 0 | 0.49 | 284.26 | 0.87 | 0.27 |
| Hex | 63 | 9 | 83 | 18 | 5D | 0 | 31 | 11C | 57 | 1B |
| Octal | 143 | 11 | 203 | 30 | 135 | 0 | 61 | 434 | 127 | 33 |
| Binary | 1100011 | 1001 | 10000011 | 11000 | 1011101 | 0 | 110001 | 100011100 | 1010111 | 11011 |
Color Harmonies of #630983
Complementary color
Monochromatic Colors of #630983
Black with #630983
Text Example
Text Example
White with #630983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630983; }
p { color: rgb(99,9,131); }
H1.HeaderClassName
{
color: #630983;
}
.AnyTagClassName
{
color: #630983;
}
</style>
background-color css
<style>
a { background-color: #630983; }
a { background-color: rgb(99,9,131); }
div.DivClassName
{
background-color: #630983;
}
.BgClassName
{
background-color: #630983;
}
</style>
border-color css
<style>
span { border-color: #630983; }
span { border-color: rgb(99,9,131); }
td.TdClassName
{
border-color: #630983;
}
.TagClassName
{
border-color: #630983;
}
</style>