Shades of Indigo #620A7C
Tints of Indigo #620A7C
RGB
CMYK
RGB Variations
Color information
#620A7C (or 0x620A7C) is known color: Indigo. HEX triplet: 62, 0A and 7C. RGB value is (98,10,124). Sum of RGB (Red+Green+Blue) = 98+10+124=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #620A7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A7C is #9DF583. Grayscale: #303030. Windows color (decimal): -10352004 or 8129122. OLE color: 8129122.
HSL color Cylindrical-coordinate representation of color #620A7C: hue angle of 286.32º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620A7C is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 10 | 124 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.51 |
| HSL | 286.32º | 0.85% | 0.26% | - |
| HSV(B) | 286.32º | 0.92% | 0.49% | - |
| XYZ | 8.78 | 4.27 | 19.43 | - |
| YUV | 49.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 124 | 0.21 | 0.92 | 0 | 0.51 | 286.32 | 0.85 | 0.26 |
| Hex | 62 | A | 7C | 15 | 5C | 0 | 33 | 11E | 55 | 1A |
| Octal | 142 | 12 | 174 | 25 | 134 | 0 | 63 | 436 | 125 | 32 |
| Binary | 1100010 | 1010 | 1111100 | 10101 | 1011100 | 0 | 110011 | 100011110 | 1010101 | 11010 |
Color Harmonies of #620A7C
Complementary color
Monochromatic Colors of #620A7C
Black with #620A7C
Text Example
Text Example
White with #620A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A7C; }
p { color: rgb(98,10,124); }
H1.HeaderClassName
{
color: #620A7C;
}
.AnyTagClassName
{
color: #620A7C;
}
</style>
background-color css
<style>
a { background-color: #620A7C; }
a { background-color: rgb(98,10,124); }
div.DivClassName
{
background-color: #620A7C;
}
.BgClassName
{
background-color: #620A7C;
}
</style>
border-color css
<style>
span { border-color: #620A7C; }
span { border-color: rgb(98,10,124); }
td.TdClassName
{
border-color: #620A7C;
}
.TagClassName
{
border-color: #620A7C;
}
</style>