Shades of Indigo #620E83
Tints of Indigo #620E83
RGB
CMYK
RGB Variations
Color information
#620E83 (or 0x620E83) is known color: Indigo. HEX triplet: 62, 0E and 83. RGB value is (98,14,131). Sum of RGB (Red+Green+Blue) = 98+14+131=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #620E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620E83 is #9DF17C. Grayscale: #343434. Windows color (decimal): -10350973 or 8588898. OLE color: 8588898.
HSL color Cylindrical-coordinate representation of color #620E83: hue angle of 283.08º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620E83 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 14 | 131 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.49 |
| HSL | 283.08º | 0.81% | 0.28% | - |
| HSV(B) | 283.08º | 0.89% | 0.51% | - |
| XYZ | 9.29 | 4.55 | 21.86 | - |
| YUV | 52.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 131 | 0.25 | 0.89 | 0 | 0.49 | 283.08 | 0.81 | 0.28 |
| Hex | 62 | E | 83 | 19 | 59 | 0 | 31 | 11B | 51 | 1C |
| Octal | 142 | 16 | 203 | 31 | 131 | 0 | 61 | 433 | 121 | 34 |
| Binary | 1100010 | 1110 | 10000011 | 11001 | 1011001 | 0 | 110001 | 100011011 | 1010001 | 11100 |
Color Harmonies of #620E83
Complementary color
Monochromatic Colors of #620E83
Black with #620E83
Text Example
Text Example
White with #620E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E83; }
p { color: rgb(98,14,131); }
H1.HeaderClassName
{
color: #620E83;
}
.AnyTagClassName
{
color: #620E83;
}
</style>
background-color css
<style>
a { background-color: #620E83; }
a { background-color: rgb(98,14,131); }
div.DivClassName
{
background-color: #620E83;
}
.BgClassName
{
background-color: #620E83;
}
</style>
border-color css
<style>
span { border-color: #620E83; }
span { border-color: rgb(98,14,131); }
td.TdClassName
{
border-color: #620E83;
}
.TagClassName
{
border-color: #620E83;
}
</style>