Shades of Indigo #630394
Tints of Indigo #630394
RGB
CMYK
RGB Variations
Color information
#630394 (or 0x630394) is known color: Indigo. HEX triplet: 63, 03 and 94. RGB value is (99,3,148). Sum of RGB (Red+Green+Blue) = 99+3+148=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #630394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630394 is #9CFC6B. Grayscale: #2F2F2F. Windows color (decimal): -10288236 or 9700195. OLE color: 9700195.
HSL color Cylindrical-coordinate representation of color #630394: hue angle of 279.72º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630394 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 3 | 148 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.42 |
| HSL | 279.72º | 0.96% | 0.3% | - |
| HSV(B) | 279.72º | 0.98% | 0.58% | - |
| XYZ | 10.52 | 4.86 | 28.4 | - |
| YUV | 48.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 148 | 0.33 | 0.98 | 0 | 0.42 | 279.72 | 0.96 | 0.3 |
| Hex | 63 | 3 | 94 | 21 | 62 | 0 | 2A | 118 | 60 | 1E |
| Octal | 143 | 3 | 224 | 41 | 142 | 0 | 52 | 430 | 140 | 36 |
| Binary | 1100011 | 11 | 10010100 | 100001 | 1100010 | 0 | 101010 | 100011000 | 1100000 | 11110 |
Color Harmonies of #630394
Complementary color
Monochromatic Colors of #630394
Black with #630394
Text Example
Text Example
White with #630394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630394; }
p { color: rgb(99,3,148); }
H1.HeaderClassName
{
color: #630394;
}
.AnyTagClassName
{
color: #630394;
}
</style>
background-color css
<style>
a { background-color: #630394; }
a { background-color: rgb(99,3,148); }
div.DivClassName
{
background-color: #630394;
}
.BgClassName
{
background-color: #630394;
}
</style>
border-color css
<style>
span { border-color: #630394; }
span { border-color: rgb(99,3,148); }
td.TdClassName
{
border-color: #630394;
}
.TagClassName
{
border-color: #630394;
}
</style>