Shades of Indigo #620479
Tints of Indigo #620479
RGB
CMYK
RGB Variations
Color information
#620479 (or 0x620479) is known color: Indigo. HEX triplet: 62, 04 and 79. RGB value is (98,4,121). Sum of RGB (Red+Green+Blue) = 98+4+121=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #620479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620479 is #9DFB86. Grayscale: #2D2D2D. Windows color (decimal): -10353543 or 7930978. OLE color: 7930978.
HSL color Cylindrical-coordinate representation of color #620479: hue angle of 288.21º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620479 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 4 | 121 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.53 |
| HSL | 288.21º | 0.94% | 0.25% | - |
| HSV(B) | 288.21º | 0.97% | 0.47% | - |
| XYZ | 8.53 | 4.06 | 18.42 | - |
| YUV | 45.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 121 | 0.19 | 0.97 | 0 | 0.53 | 288.21 | 0.94 | 0.25 |
| Hex | 62 | 4 | 79 | 13 | 61 | 0 | 35 | 120 | 5E | 19 |
| Octal | 142 | 4 | 171 | 23 | 141 | 0 | 65 | 440 | 136 | 31 |
| Binary | 1100010 | 100 | 1111001 | 10011 | 1100001 | 0 | 110101 | 100100000 | 1011110 | 11001 |
Color Harmonies of #620479
Complementary color
Monochromatic Colors of #620479
Black with #620479
Text Example
Text Example
White with #620479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620479; }
p { color: rgb(98,4,121); }
H1.HeaderClassName
{
color: #620479;
}
.AnyTagClassName
{
color: #620479;
}
</style>
background-color css
<style>
a { background-color: #620479; }
a { background-color: rgb(98,4,121); }
div.DivClassName
{
background-color: #620479;
}
.BgClassName
{
background-color: #620479;
}
</style>
border-color css
<style>
span { border-color: #620479; }
span { border-color: rgb(98,4,121); }
td.TdClassName
{
border-color: #620479;
}
.TagClassName
{
border-color: #620479;
}
</style>