Shades of Indigo #620585
Tints of Indigo #620585
RGB
CMYK
RGB Variations
Color information
#620585 (or 0x620585) is known color: Indigo. HEX triplet: 62, 05 and 85. RGB value is (98,5,133). Sum of RGB (Red+Green+Blue) = 98+5+133=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #620585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620585 is #9DFA7A. Grayscale: #2E2E2E. Windows color (decimal): -10353275 or 8717666. OLE color: 8717666.
HSL color Cylindrical-coordinate representation of color #620585: hue angle of 283.59º 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 #620585 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 5 | 133 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.48 |
| HSL | 283.59º | 0.93% | 0.27% | - |
| HSV(B) | 283.59º | 0.96% | 0.52% | - |
| XYZ | 9.32 | 4.4 | 22.55 | - |
| YUV | 47.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 133 | 0.26 | 0.96 | 0 | 0.48 | 283.59 | 0.93 | 0.27 |
| Hex | 62 | 5 | 85 | 1A | 60 | 0 | 30 | 11C | 5D | 1B |
| Octal | 142 | 5 | 205 | 32 | 140 | 0 | 60 | 434 | 135 | 33 |
| Binary | 1100010 | 101 | 10000101 | 11010 | 1100000 | 0 | 110000 | 100011100 | 1011101 | 11011 |
Color Harmonies of #620585
Complementary color
Monochromatic Colors of #620585
Black with #620585
Text Example
Text Example
White with #620585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620585; }
p { color: rgb(98,5,133); }
H1.HeaderClassName
{
color: #620585;
}
.AnyTagClassName
{
color: #620585;
}
</style>
background-color css
<style>
a { background-color: #620585; }
a { background-color: rgb(98,5,133); }
div.DivClassName
{
background-color: #620585;
}
.BgClassName
{
background-color: #620585;
}
</style>
border-color css
<style>
span { border-color: #620585; }
span { border-color: rgb(98,5,133); }
td.TdClassName
{
border-color: #620585;
}
.TagClassName
{
border-color: #620585;
}
</style>