Shades of Indigo #620582
Tints of Indigo #620582
RGB
CMYK
RGB Variations
Color information
#620582 (or 0x620582) is known color: Indigo. HEX triplet: 62, 05 and 82. RGB value is (98,5,130). Sum of RGB (Red+Green+Blue) = 98+5+130=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #620582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620582 is #9DFA7D. Grayscale: #2E2E2E. Windows color (decimal): -10353278 or 8521058. OLE color: 8521058.
HSL color Cylindrical-coordinate representation of color #620582: hue angle of 284.64º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620582 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 5 | 130 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.49 |
| HSL | 284.64º | 0.93% | 0.26% | - |
| HSV(B) | 284.64º | 0.96% | 0.51% | - |
| XYZ | 9.12 | 4.32 | 21.47 | - |
| YUV | 47.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 130 | 0.25 | 0.96 | 0 | 0.49 | 284.64 | 0.93 | 0.26 |
| Hex | 62 | 5 | 82 | 19 | 60 | 0 | 31 | 11D | 5D | 1A |
| Octal | 142 | 5 | 202 | 31 | 140 | 0 | 61 | 435 | 135 | 32 |
| Binary | 1100010 | 101 | 10000010 | 11001 | 1100000 | 0 | 110001 | 100011101 | 1011101 | 11010 |
Color Harmonies of #620582
Complementary color
Monochromatic Colors of #620582
Black with #620582
Text Example
Text Example
White with #620582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620582; }
p { color: rgb(98,5,130); }
H1.HeaderClassName
{
color: #620582;
}
.AnyTagClassName
{
color: #620582;
}
</style>
background-color css
<style>
a { background-color: #620582; }
a { background-color: rgb(98,5,130); }
div.DivClassName
{
background-color: #620582;
}
.BgClassName
{
background-color: #620582;
}
</style>
border-color css
<style>
span { border-color: #620582; }
span { border-color: rgb(98,5,130); }
td.TdClassName
{
border-color: #620582;
}
.TagClassName
{
border-color: #620582;
}
</style>