Shades of Indigo #620879
Tints of Indigo #620879
RGB
CMYK
RGB Variations
Color information
#620879 (or 0x620879) is known color: Indigo. HEX triplet: 62, 08 and 79. RGB value is (98,8,121). Sum of RGB (Red+Green+Blue) = 98+8+121=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #620879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620879 is #9DF786. Grayscale: #2F2F2F. Windows color (decimal): -10352519 or 7932002. OLE color: 7932002.
HSL color Cylindrical-coordinate representation of color #620879: hue angle of 287.79º degrees, saturation: 0.88, 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 #620879 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 8 | 121 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.53 |
| HSL | 287.79º | 0.88% | 0.25% | - |
| HSV(B) | 287.79º | 0.93% | 0.47% | - |
| XYZ | 8.58 | 4.15 | 18.44 | - |
| YUV | 47.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 121 | 0.19 | 0.93 | 0 | 0.53 | 287.79 | 0.88 | 0.25 |
| Hex | 62 | 8 | 79 | 13 | 5D | 0 | 35 | 120 | 58 | 19 |
| Octal | 142 | 10 | 171 | 23 | 135 | 0 | 65 | 440 | 130 | 31 |
| Binary | 1100010 | 1000 | 1111001 | 10011 | 1011101 | 0 | 110101 | 100100000 | 1011000 | 11001 |
Color Harmonies of #620879
Complementary color
Monochromatic Colors of #620879
Black with #620879
Text Example
Text Example
White with #620879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620879; }
p { color: rgb(98,8,121); }
H1.HeaderClassName
{
color: #620879;
}
.AnyTagClassName
{
color: #620879;
}
</style>
background-color css
<style>
a { background-color: #620879; }
a { background-color: rgb(98,8,121); }
div.DivClassName
{
background-color: #620879;
}
.BgClassName
{
background-color: #620879;
}
</style>
border-color css
<style>
span { border-color: #620879; }
span { border-color: rgb(98,8,121); }
td.TdClassName
{
border-color: #620879;
}
.TagClassName
{
border-color: #620879;
}
</style>