Shades of Indigo #620082
Tints of Indigo #620082
RGB
CMYK
RGB Variations
Color information
#620082 (or 0x620082) is known color: Indigo. HEX triplet: 62, 00 and 82. RGB value is (98,0,130). Sum of RGB (Red+Green+Blue) = 98+0+130=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #620082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620082 is #9DFF7D. Grayscale: #2B2B2B. Windows color (decimal): -10354558 or 8519778. OLE color: 8519778.
HSL color Cylindrical-coordinate representation of color #620082: hue angle of 285.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620082 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 0 | 130 | - |
| CMYK | 0.25 | 1 | 0 | 0.49 |
| HSL | 285.23º | 1% | 0.25% | - |
| HSV(B) | 285.23º | 1% | 0.51% | - |
| XYZ | 9.07 | 4.21 | 21.45 | - |
| YUV | 44.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 130 | 0.25 | 1 | 0 | 0.49 | 285.23 | 1 | 0.25 |
| Hex | 62 | 0 | 82 | 19 | 64 | 0 | 31 | 11D | 64 | 19 |
| Octal | 142 | 0 | 202 | 31 | 144 | 0 | 61 | 435 | 144 | 31 |
| Binary | 1100010 | 0 | 10000010 | 11001 | 1100100 | 0 | 110001 | 100011101 | 1100100 | 11001 |
Color Harmonies of #620082
Complementary color
Monochromatic Colors of #620082
Black with #620082
Text Example
Text Example
White with #620082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620082; }
p { color: rgb(98,0,130); }
H1.HeaderClassName
{
color: #620082;
}
.AnyTagClassName
{
color: #620082;
}
</style>
background-color css
<style>
a { background-color: #620082; }
a { background-color: rgb(98,0,130); }
div.DivClassName
{
background-color: #620082;
}
.BgClassName
{
background-color: #620082;
}
</style>
border-color css
<style>
span { border-color: #620082; }
span { border-color: rgb(98,0,130); }
td.TdClassName
{
border-color: #620082;
}
.TagClassName
{
border-color: #620082;
}
</style>