Shades of Indigo #620F80
Tints of Indigo #620F80
RGB
CMYK
RGB Variations
Color information
#620F80 (or 0x620F80) is known color: Indigo. HEX triplet: 62, 0F and 80. RGB value is (98,15,128). Sum of RGB (Red+Green+Blue) = 98+15+128=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #620F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620F80 is #9DF07F. Grayscale: #343434. Windows color (decimal): -10350720 or 8392546. OLE color: 8392546.
HSL color Cylindrical-coordinate representation of color #620F80: hue angle of 284.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620F80 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 15 | 128 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.50 |
| HSL | 284.07º | 0.79% | 0.28% | - |
| HSV(B) | 284.07º | 0.88% | 0.5% | - |
| XYZ | 9.1 | 4.5 | 20.81 | - |
| YUV | 52.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 128 | 0.23 | 0.88 | 0 | 0.50 | 284.07 | 0.79 | 0.28 |
| Hex | 62 | F | 80 | 17 | 58 | 0 | 32 | 11C | 4F | 1C |
| Octal | 142 | 17 | 200 | 27 | 130 | 0 | 62 | 434 | 117 | 34 |
| Binary | 1100010 | 1111 | 10000000 | 10111 | 1011000 | 0 | 110010 | 100011100 | 1001111 | 11100 |
Color Harmonies of #620F80
Complementary color
Monochromatic Colors of #620F80
Black with #620F80
Text Example
Text Example
White with #620F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F80; }
p { color: rgb(98,15,128); }
H1.HeaderClassName
{
color: #620F80;
}
.AnyTagClassName
{
color: #620F80;
}
</style>
background-color css
<style>
a { background-color: #620F80; }
a { background-color: rgb(98,15,128); }
div.DivClassName
{
background-color: #620F80;
}
.BgClassName
{
background-color: #620F80;
}
</style>
border-color css
<style>
span { border-color: #620F80; }
span { border-color: rgb(98,15,128); }
td.TdClassName
{
border-color: #620F80;
}
.TagClassName
{
border-color: #620F80;
}
</style>