Shades of Indigo #621194
Tints of Indigo #621194
RGB
CMYK
RGB Variations
Color information
#621194 (or 0x621194) is known color: Indigo. HEX triplet: 62, 11 and 94. RGB value is (98,17,148). Sum of RGB (Red+Green+Blue) = 98+17+148=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #621194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621194 is #9DEE6B. Grayscale: #373737. Windows color (decimal): -10350188 or 9703778. OLE color: 9703778.
HSL color Cylindrical-coordinate representation of color #621194: hue angle of 277.1º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621194 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 17 | 148 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.42 |
| HSL | 277.1º | 0.79% | 0.32% | - |
| HSV(B) | 277.1º | 0.89% | 0.58% | - |
| XYZ | 10.58 | 5.14 | 28.45 | - |
| YUV | 56.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 148 | 0.34 | 0.89 | 0 | 0.42 | 277.1 | 0.79 | 0.32 |
| Hex | 62 | 11 | 94 | 22 | 59 | 0 | 2A | 115 | 4F | 20 |
| Octal | 142 | 21 | 224 | 42 | 131 | 0 | 52 | 425 | 117 | 40 |
| Binary | 1100010 | 10001 | 10010100 | 100010 | 1011001 | 0 | 101010 | 100010101 | 1001111 | 100000 |
Color Harmonies of #621194
Complementary color
Monochromatic Colors of #621194
Black with #621194
Text Example
Text Example
White with #621194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621194; }
p { color: rgb(98,17,148); }
H1.HeaderClassName
{
color: #621194;
}
.AnyTagClassName
{
color: #621194;
}
</style>
background-color css
<style>
a { background-color: #621194; }
a { background-color: rgb(98,17,148); }
div.DivClassName
{
background-color: #621194;
}
.BgClassName
{
background-color: #621194;
}
</style>
border-color css
<style>
span { border-color: #621194; }
span { border-color: rgb(98,17,148); }
td.TdClassName
{
border-color: #621194;
}
.TagClassName
{
border-color: #621194;
}
</style>