Shades of Indigo #630794
Tints of Indigo #630794
RGB
CMYK
RGB Variations
Color information
#630794 (or 0x630794) is known color: Indigo. HEX triplet: 63, 07 and 94. RGB value is (99,7,148). Sum of RGB (Red+Green+Blue) = 99+7+148=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #630794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630794 is #9CF86B. Grayscale: #323232. Windows color (decimal): -10287212 or 9701219. OLE color: 9701219.
HSL color Cylindrical-coordinate representation of color #630794: hue angle of 279.15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630794 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 7 | 148 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.42 |
| HSL | 279.15º | 0.91% | 0.3% | - |
| HSV(B) | 279.15º | 0.95% | 0.58% | - |
| XYZ | 10.57 | 4.94 | 28.41 | - |
| YUV | 50.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 148 | 0.33 | 0.95 | 0 | 0.42 | 279.15 | 0.91 | 0.3 |
| Hex | 63 | 7 | 94 | 21 | 5F | 0 | 2A | 117 | 5B | 1E |
| Octal | 143 | 7 | 224 | 41 | 137 | 0 | 52 | 427 | 133 | 36 |
| Binary | 1100011 | 111 | 10010100 | 100001 | 1011111 | 0 | 101010 | 100010111 | 1011011 | 11110 |
Color Harmonies of #630794
Complementary color
Monochromatic Colors of #630794
Black with #630794
Text Example
Text Example
White with #630794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630794; }
p { color: rgb(99,7,148); }
H1.HeaderClassName
{
color: #630794;
}
.AnyTagClassName
{
color: #630794;
}
</style>
background-color css
<style>
a { background-color: #630794; }
a { background-color: rgb(99,7,148); }
div.DivClassName
{
background-color: #630794;
}
.BgClassName
{
background-color: #630794;
}
</style>
border-color css
<style>
span { border-color: #630794; }
span { border-color: rgb(99,7,148); }
td.TdClassName
{
border-color: #630794;
}
.TagClassName
{
border-color: #630794;
}
</style>