Shades of Indigo #620579
Tints of Indigo #620579
RGB
CMYK
RGB Variations
Color information
#620579 (or 0x620579) is known color: Indigo. HEX triplet: 62, 05 and 79. RGB value is (98,5,121). Sum of RGB (Red+Green+Blue) = 98+5+121=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #620579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620579 is #9DFA86. Grayscale: #2D2D2D. Windows color (decimal): -10353287 or 7931234. OLE color: 7931234.
HSL color Cylindrical-coordinate representation of color #620579: hue angle of 288.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620579 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 5 | 121 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.53 |
| HSL | 288.1º | 0.92% | 0.25% | - |
| HSV(B) | 288.1º | 0.96% | 0.47% | - |
| XYZ | 8.54 | 4.09 | 18.43 | - |
| YUV | 46.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 121 | 0.19 | 0.96 | 0 | 0.53 | 288.1 | 0.92 | 0.25 |
| Hex | 62 | 5 | 79 | 13 | 60 | 0 | 35 | 120 | 5C | 19 |
| Octal | 142 | 5 | 171 | 23 | 140 | 0 | 65 | 440 | 134 | 31 |
| Binary | 1100010 | 101 | 1111001 | 10011 | 1100000 | 0 | 110101 | 100100000 | 1011100 | 11001 |
Color Harmonies of #620579
Complementary color
Monochromatic Colors of #620579
Black with #620579
Text Example
Text Example
White with #620579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620579; }
p { color: rgb(98,5,121); }
H1.HeaderClassName
{
color: #620579;
}
.AnyTagClassName
{
color: #620579;
}
</style>
background-color css
<style>
a { background-color: #620579; }
a { background-color: rgb(98,5,121); }
div.DivClassName
{
background-color: #620579;
}
.BgClassName
{
background-color: #620579;
}
</style>
border-color css
<style>
span { border-color: #620579; }
span { border-color: rgb(98,5,121); }
td.TdClassName
{
border-color: #620579;
}
.TagClassName
{
border-color: #620579;
}
</style>