Shades of Indigo #620F8B
Tints of Indigo #620F8B
RGB
CMYK
RGB Variations
Color information
#620F8B (or 0x620F8B) is known color: Indigo. HEX triplet: 62, 0F and 8B. RGB value is (98,15,139). Sum of RGB (Red+Green+Blue) = 98+15+139=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #620F8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620F8B is #9DF074. Grayscale: #353535. Windows color (decimal): -10350709 or 9113442. OLE color: 9113442.
HSL color Cylindrical-coordinate representation of color #620F8B: hue angle of 280.16º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620F8B is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 15 | 139 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.45 |
| HSL | 280.16º | 0.81% | 0.3% | - |
| HSV(B) | 280.16º | 0.89% | 0.55% | - |
| XYZ | 9.87 | 4.8 | 24.83 | - |
| YUV | 53.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 139 | 0.29 | 0.89 | 0 | 0.45 | 280.16 | 0.81 | 0.3 |
| Hex | 62 | F | 8B | 1D | 59 | 0 | 2D | 118 | 51 | 1E |
| Octal | 142 | 17 | 213 | 35 | 131 | 0 | 55 | 430 | 121 | 36 |
| Binary | 1100010 | 1111 | 10001011 | 11101 | 1011001 | 0 | 101101 | 100011000 | 1010001 | 11110 |
Color Harmonies of #620F8B
Complementary color
Monochromatic Colors of #620F8B
Black with #620F8B
Text Example
Text Example
White with #620F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F8B; }
p { color: rgb(98,15,139); }
H1.HeaderClassName
{
color: #620F8B;
}
.AnyTagClassName
{
color: #620F8B;
}
</style>
background-color css
<style>
a { background-color: #620F8B; }
a { background-color: rgb(98,15,139); }
div.DivClassName
{
background-color: #620F8B;
}
.BgClassName
{
background-color: #620F8B;
}
</style>
border-color css
<style>
span { border-color: #620F8B; }
span { border-color: rgb(98,15,139); }
td.TdClassName
{
border-color: #620F8B;
}
.TagClassName
{
border-color: #620F8B;
}
</style>