Shades of Indigo #620977
Tints of Indigo #620977
RGB
CMYK
RGB Variations
Color information
#620977 (or 0x620977) is known color: Indigo. HEX triplet: 62, 09 and 77. RGB value is (98,9,119). Sum of RGB (Red+Green+Blue) = 98+9+119=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #620977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620977 is #9DF688. Grayscale: #2F2F2F. Windows color (decimal): -10352265 or 7801186. OLE color: 7801186.
HSL color Cylindrical-coordinate representation of color #620977: hue angle of 288.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620977 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 9 | 119 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.53 |
| HSL | 288.55º | 0.86% | 0.25% | - |
| HSV(B) | 288.55º | 0.92% | 0.47% | - |
| XYZ | 8.46 | 4.12 | 17.8 | - |
| YUV | 48.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 119 | 0.18 | 0.92 | 0 | 0.53 | 288.55 | 0.86 | 0.25 |
| Hex | 62 | 9 | 77 | 12 | 5C | 0 | 35 | 121 | 56 | 19 |
| Octal | 142 | 11 | 167 | 22 | 134 | 0 | 65 | 441 | 126 | 31 |
| Binary | 1100010 | 1001 | 1110111 | 10010 | 1011100 | 0 | 110101 | 100100001 | 1010110 | 11001 |
Color Harmonies of #620977
Complementary color
Monochromatic Colors of #620977
Black with #620977
Text Example
Text Example
White with #620977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620977; }
p { color: rgb(98,9,119); }
H1.HeaderClassName
{
color: #620977;
}
.AnyTagClassName
{
color: #620977;
}
</style>
background-color css
<style>
a { background-color: #620977; }
a { background-color: rgb(98,9,119); }
div.DivClassName
{
background-color: #620977;
}
.BgClassName
{
background-color: #620977;
}
</style>
border-color css
<style>
span { border-color: #620977; }
span { border-color: rgb(98,9,119); }
td.TdClassName
{
border-color: #620977;
}
.TagClassName
{
border-color: #620977;
}
</style>