Shades of Indigo #620D84
Tints of Indigo #620D84
RGB
CMYK
RGB Variations
Color information
#620D84 (or 0x620D84) is known color: Indigo. HEX triplet: 62, 0D and 84. RGB value is (98,13,132). Sum of RGB (Red+Green+Blue) = 98+13+132=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #620D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D84 is #9DF27B. Grayscale: #333333. Windows color (decimal): -10351228 or 8654178. OLE color: 8654178.
HSL color Cylindrical-coordinate representation of color #620D84: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620D84 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 13 | 132 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.48 |
| HSL | 282.86º | 0.82% | 0.28% | - |
| HSV(B) | 282.86º | 0.9% | 0.52% | - |
| XYZ | 9.35 | 4.55 | 22.22 | - |
| YUV | 51.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 132 | 0.26 | 0.90 | 0 | 0.48 | 282.86 | 0.82 | 0.28 |
| Hex | 62 | D | 84 | 1A | 5A | 0 | 30 | 11B | 52 | 1C |
| Octal | 142 | 15 | 204 | 32 | 132 | 0 | 60 | 433 | 122 | 34 |
| Binary | 1100010 | 1101 | 10000100 | 11010 | 1011010 | 0 | 110000 | 100011011 | 1010010 | 11100 |
Color Harmonies of #620D84
Complementary color
Monochromatic Colors of #620D84
Black with #620D84
Text Example
Text Example
White with #620D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D84; }
p { color: rgb(98,13,132); }
H1.HeaderClassName
{
color: #620D84;
}
.AnyTagClassName
{
color: #620D84;
}
</style>
background-color css
<style>
a { background-color: #620D84; }
a { background-color: rgb(98,13,132); }
div.DivClassName
{
background-color: #620D84;
}
.BgClassName
{
background-color: #620D84;
}
</style>
border-color css
<style>
span { border-color: #620D84; }
span { border-color: rgb(98,13,132); }
td.TdClassName
{
border-color: #620D84;
}
.TagClassName
{
border-color: #620D84;
}
</style>