Shades of Indigo #620482
Tints of Indigo #620482
RGB
CMYK
RGB Variations
Color information
#620482 (or 0x620482) is known color: Indigo. HEX triplet: 62, 04 and 82. RGB value is (98,4,130). Sum of RGB (Red+Green+Blue) = 98+4+130=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #620482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620482 is #9DFB7D. Grayscale: #2E2E2E. Windows color (decimal): -10353534 or 8520802. OLE color: 8520802.
HSL color Cylindrical-coordinate representation of color #620482: hue angle of 284.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620482 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 4 | 130 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.49 |
| HSL | 284.76º | 0.94% | 0.26% | - |
| HSV(B) | 284.76º | 0.97% | 0.51% | - |
| XYZ | 9.11 | 4.3 | 21.47 | - |
| YUV | 46.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 130 | 0.25 | 0.97 | 0 | 0.49 | 284.76 | 0.94 | 0.26 |
| Hex | 62 | 4 | 82 | 19 | 61 | 0 | 31 | 11D | 5E | 1A |
| Octal | 142 | 4 | 202 | 31 | 141 | 0 | 61 | 435 | 136 | 32 |
| Binary | 1100010 | 100 | 10000010 | 11001 | 1100001 | 0 | 110001 | 100011101 | 1011110 | 11010 |
Color Harmonies of #620482
Complementary color
Monochromatic Colors of #620482
Black with #620482
Text Example
Text Example
White with #620482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620482; }
p { color: rgb(98,4,130); }
H1.HeaderClassName
{
color: #620482;
}
.AnyTagClassName
{
color: #620482;
}
</style>
background-color css
<style>
a { background-color: #620482; }
a { background-color: rgb(98,4,130); }
div.DivClassName
{
background-color: #620482;
}
.BgClassName
{
background-color: #620482;
}
</style>
border-color css
<style>
span { border-color: #620482; }
span { border-color: rgb(98,4,130); }
td.TdClassName
{
border-color: #620482;
}
.TagClassName
{
border-color: #620482;
}
</style>