Shades of Indigo #620584
Tints of Indigo #620584
RGB
CMYK
RGB Variations
Color information
#620584 (or 0x620584) is known color: Indigo. HEX triplet: 62, 05 and 84. RGB value is (98,5,132). Sum of RGB (Red+Green+Blue) = 98+5+132=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #620584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620584 is #9DFA7B. Grayscale: #2E2E2E. Windows color (decimal): -10353276 or 8652130. OLE color: 8652130.
HSL color Cylindrical-coordinate representation of color #620584: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620584 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 5 | 132 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.48 |
| HSL | 283.94º | 0.93% | 0.27% | - |
| HSV(B) | 283.94º | 0.96% | 0.52% | - |
| XYZ | 9.26 | 4.37 | 22.19 | - |
| YUV | 47.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 132 | 0.26 | 0.96 | 0 | 0.48 | 283.94 | 0.93 | 0.27 |
| Hex | 62 | 5 | 84 | 1A | 60 | 0 | 30 | 11C | 5D | 1B |
| Octal | 142 | 5 | 204 | 32 | 140 | 0 | 60 | 434 | 135 | 33 |
| Binary | 1100010 | 101 | 10000100 | 11010 | 1100000 | 0 | 110000 | 100011100 | 1011101 | 11011 |
Color Harmonies of #620584
Complementary color
Monochromatic Colors of #620584
Black with #620584
Text Example
Text Example
White with #620584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620584; }
p { color: rgb(98,5,132); }
H1.HeaderClassName
{
color: #620584;
}
.AnyTagClassName
{
color: #620584;
}
</style>
background-color css
<style>
a { background-color: #620584; }
a { background-color: rgb(98,5,132); }
div.DivClassName
{
background-color: #620584;
}
.BgClassName
{
background-color: #620584;
}
</style>
border-color css
<style>
span { border-color: #620584; }
span { border-color: rgb(98,5,132); }
td.TdClassName
{
border-color: #620584;
}
.TagClassName
{
border-color: #620584;
}
</style>