Shades of Indigo #620A87
Tints of Indigo #620A87
RGB
CMYK
RGB Variations
Color information
#620A87 (or 0x620A87) is known color: Indigo. HEX triplet: 62, 0A and 87. RGB value is (98,10,135). Sum of RGB (Red+Green+Blue) = 98+10+135=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #620A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620A87 is #9DF578. Grayscale: #323232. Windows color (decimal): -10351993 or 8850018. OLE color: 8850018.
HSL color Cylindrical-coordinate representation of color #620A87: hue angle of 282.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620A87 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 10 | 135 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.47 |
| HSL | 282.24º | 0.86% | 0.28% | - |
| HSV(B) | 282.24º | 0.93% | 0.53% | - |
| XYZ | 9.52 | 4.56 | 23.3 | - |
| YUV | 50.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 135 | 0.27 | 0.93 | 0 | 0.47 | 282.24 | 0.86 | 0.28 |
| Hex | 62 | A | 87 | 1B | 5D | 0 | 2F | 11A | 56 | 1C |
| Octal | 142 | 12 | 207 | 33 | 135 | 0 | 57 | 432 | 126 | 34 |
| Binary | 1100010 | 1010 | 10000111 | 11011 | 1011101 | 0 | 101111 | 100011010 | 1010110 | 11100 |
Color Harmonies of #620A87
Complementary color
Monochromatic Colors of #620A87
Black with #620A87
Text Example
Text Example
White with #620A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A87; }
p { color: rgb(98,10,135); }
H1.HeaderClassName
{
color: #620A87;
}
.AnyTagClassName
{
color: #620A87;
}
</style>
background-color css
<style>
a { background-color: #620A87; }
a { background-color: rgb(98,10,135); }
div.DivClassName
{
background-color: #620A87;
}
.BgClassName
{
background-color: #620A87;
}
</style>
border-color css
<style>
span { border-color: #620A87; }
span { border-color: rgb(98,10,135); }
td.TdClassName
{
border-color: #620A87;
}
.TagClassName
{
border-color: #620A87;
}
</style>