Shades of Indigo #620C7C
Tints of Indigo #620C7C
RGB
CMYK
RGB Variations
Color information
#620C7C (or 0x620C7C) is known color: Indigo. HEX triplet: 62, 0C and 7C. RGB value is (98,12,124). Sum of RGB (Red+Green+Blue) = 98+12+124=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #620C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C7C is #9DF383. Grayscale: #323232. Windows color (decimal): -10351492 or 8129634. OLE color: 8129634.
HSL color Cylindrical-coordinate representation of color #620C7C: hue angle of 286.07º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620C7C is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 12 | 124 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.51 |
| HSL | 286.07º | 0.82% | 0.27% | - |
| HSV(B) | 286.07º | 0.9% | 0.49% | - |
| XYZ | 8.81 | 4.31 | 19.44 | - |
| YUV | 50.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 124 | 0.21 | 0.90 | 0 | 0.51 | 286.07 | 0.82 | 0.27 |
| Hex | 62 | C | 7C | 15 | 5A | 0 | 33 | 11E | 52 | 1B |
| Octal | 142 | 14 | 174 | 25 | 132 | 0 | 63 | 436 | 122 | 33 |
| Binary | 1100010 | 1100 | 1111100 | 10101 | 1011010 | 0 | 110011 | 100011110 | 1010010 | 11011 |
Color Harmonies of #620C7C
Complementary color
Monochromatic Colors of #620C7C
Black with #620C7C
Text Example
Text Example
White with #620C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C7C; }
p { color: rgb(98,12,124); }
H1.HeaderClassName
{
color: #620C7C;
}
.AnyTagClassName
{
color: #620C7C;
}
</style>
background-color css
<style>
a { background-color: #620C7C; }
a { background-color: rgb(98,12,124); }
div.DivClassName
{
background-color: #620C7C;
}
.BgClassName
{
background-color: #620C7C;
}
</style>
border-color css
<style>
span { border-color: #620C7C; }
span { border-color: rgb(98,12,124); }
td.TdClassName
{
border-color: #620C7C;
}
.TagClassName
{
border-color: #620C7C;
}
</style>