Shades of Indigo #621279
Tints of Indigo #621279
RGB
CMYK
RGB Variations
Color information
#621279 (or 0x621279) is known color: Indigo. HEX triplet: 62, 12 and 79. RGB value is (98,18,121). Sum of RGB (Red+Green+Blue) = 98+18+121=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #621279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621279 is #9DED86. Grayscale: #353535. Windows color (decimal): -10349959 or 7934562. OLE color: 7934562.
HSL color Cylindrical-coordinate representation of color #621279: hue angle of 286.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621279 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 18 | 121 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.53 |
| HSL | 286.6º | 0.74% | 0.27% | - |
| HSV(B) | 286.6º | 0.85% | 0.47% | - |
| XYZ | 8.7 | 4.41 | 18.48 | - |
| YUV | 53.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 121 | 0.19 | 0.85 | 0 | 0.53 | 286.6 | 0.74 | 0.27 |
| Hex | 62 | 12 | 79 | 13 | 55 | 0 | 35 | 11F | 4A | 1B |
| Octal | 142 | 22 | 171 | 23 | 125 | 0 | 65 | 437 | 112 | 33 |
| Binary | 1100010 | 10010 | 1111001 | 10011 | 1010101 | 0 | 110101 | 100011111 | 1001010 | 11011 |
Color Harmonies of #621279
Complementary color
Monochromatic Colors of #621279
Black with #621279
Text Example
Text Example
White with #621279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621279; }
p { color: rgb(98,18,121); }
H1.HeaderClassName
{
color: #621279;
}
.AnyTagClassName
{
color: #621279;
}
</style>
background-color css
<style>
a { background-color: #621279; }
a { background-color: rgb(98,18,121); }
div.DivClassName
{
background-color: #621279;
}
.BgClassName
{
background-color: #621279;
}
</style>
border-color css
<style>
span { border-color: #621279; }
span { border-color: rgb(98,18,121); }
td.TdClassName
{
border-color: #621279;
}
.TagClassName
{
border-color: #621279;
}
</style>