Shades of Indigo #630992
Tints of Indigo #630992
RGB
CMYK
RGB Variations
Color information
#630992 (or 0x630992) is known color: Indigo. HEX triplet: 63, 09 and 92. RGB value is (99,9,146). Sum of RGB (Red+Green+Blue) = 99+9+146=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #630992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630992 is #9CF66D. Grayscale: #333333. Windows color (decimal): -10286702 or 9570659. OLE color: 9570659.
HSL color Cylindrical-coordinate representation of color #630992: hue angle of 279.42º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630992 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 9 | 146 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.43 |
| HSL | 279.42º | 0.88% | 0.3% | - |
| HSV(B) | 279.42º | 0.94% | 0.57% | - |
| XYZ | 10.43 | 4.92 | 27.59 | - |
| YUV | 51.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 146 | 0.32 | 0.94 | 0 | 0.43 | 279.42 | 0.88 | 0.3 |
| Hex | 63 | 9 | 92 | 20 | 5E | 0 | 2B | 117 | 58 | 1E |
| Octal | 143 | 11 | 222 | 40 | 136 | 0 | 53 | 427 | 130 | 36 |
| Binary | 1100011 | 1001 | 10010010 | 100000 | 1011110 | 0 | 101011 | 100010111 | 1011000 | 11110 |
Color Harmonies of #630992
Complementary color
Monochromatic Colors of #630992
Black with #630992
Text Example
Text Example
White with #630992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630992; }
p { color: rgb(99,9,146); }
H1.HeaderClassName
{
color: #630992;
}
.AnyTagClassName
{
color: #630992;
}
</style>
background-color css
<style>
a { background-color: #630992; }
a { background-color: rgb(99,9,146); }
div.DivClassName
{
background-color: #630992;
}
.BgClassName
{
background-color: #630992;
}
</style>
border-color css
<style>
span { border-color: #630992; }
span { border-color: rgb(99,9,146); }
td.TdClassName
{
border-color: #630992;
}
.TagClassName
{
border-color: #630992;
}
</style>