Shades of Indigo #620979
Tints of Indigo #620979
RGB
CMYK
RGB Variations
Color information
#620979 (or 0x620979) is known color: Indigo. HEX triplet: 62, 09 and 79. RGB value is (98,9,121). Sum of RGB (Red+Green+Blue) = 98+9+121=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #620979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620979 is #9DF686. Grayscale: #303030. Windows color (decimal): -10352263 or 7932258. OLE color: 7932258.
HSL color Cylindrical-coordinate representation of color #620979: hue angle of 287.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620979 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 9 | 121 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.53 |
| HSL | 287.68º | 0.86% | 0.25% | - |
| HSV(B) | 287.68º | 0.93% | 0.47% | - |
| XYZ | 8.59 | 4.17 | 18.44 | - |
| YUV | 48.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 121 | 0.19 | 0.93 | 0 | 0.53 | 287.68 | 0.86 | 0.25 |
| Hex | 62 | 9 | 79 | 13 | 5D | 0 | 35 | 120 | 56 | 19 |
| Octal | 142 | 11 | 171 | 23 | 135 | 0 | 65 | 440 | 126 | 31 |
| Binary | 1100010 | 1001 | 1111001 | 10011 | 1011101 | 0 | 110101 | 100100000 | 1010110 | 11001 |
Color Harmonies of #620979
Complementary color
Monochromatic Colors of #620979
Black with #620979
Text Example
Text Example
White with #620979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620979; }
p { color: rgb(98,9,121); }
H1.HeaderClassName
{
color: #620979;
}
.AnyTagClassName
{
color: #620979;
}
</style>
background-color css
<style>
a { background-color: #620979; }
a { background-color: rgb(98,9,121); }
div.DivClassName
{
background-color: #620979;
}
.BgClassName
{
background-color: #620979;
}
</style>
border-color css
<style>
span { border-color: #620979; }
span { border-color: rgb(98,9,121); }
td.TdClassName
{
border-color: #620979;
}
.TagClassName
{
border-color: #620979;
}
</style>