Shades of Indigo #620E80
Tints of Indigo #620E80
RGB
CMYK
RGB Variations
Color information
#620E80 (or 0x620E80) is known color: Indigo. HEX triplet: 62, 0E and 80. RGB value is (98,14,128). Sum of RGB (Red+Green+Blue) = 98+14+128=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #620E80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620E80 is #9DF17F. Grayscale: #333333. Windows color (decimal): -10350976 or 8392290. OLE color: 8392290.
HSL color Cylindrical-coordinate representation of color #620E80: hue angle of 284.21º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620E80 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 14 | 128 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.50 |
| HSL | 284.21º | 0.8% | 0.28% | - |
| HSV(B) | 284.21º | 0.89% | 0.5% | - |
| XYZ | 9.09 | 4.47 | 20.81 | - |
| YUV | 52.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 128 | 0.23 | 0.89 | 0 | 0.50 | 284.21 | 0.8 | 0.28 |
| Hex | 62 | E | 80 | 17 | 59 | 0 | 32 | 11C | 50 | 1C |
| Octal | 142 | 16 | 200 | 27 | 131 | 0 | 62 | 434 | 120 | 34 |
| Binary | 1100010 | 1110 | 10000000 | 10111 | 1011001 | 0 | 110010 | 100011100 | 1010000 | 11100 |
Color Harmonies of #620E80
Complementary color
Monochromatic Colors of #620E80
Black with #620E80
Text Example
Text Example
White with #620E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E80; }
p { color: rgb(98,14,128); }
H1.HeaderClassName
{
color: #620E80;
}
.AnyTagClassName
{
color: #620E80;
}
</style>
background-color css
<style>
a { background-color: #620E80; }
a { background-color: rgb(98,14,128); }
div.DivClassName
{
background-color: #620E80;
}
.BgClassName
{
background-color: #620E80;
}
</style>
border-color css
<style>
span { border-color: #620E80; }
span { border-color: rgb(98,14,128); }
td.TdClassName
{
border-color: #620E80;
}
.TagClassName
{
border-color: #620E80;
}
</style>