Shades of Indigo #620B7C
Tints of Indigo #620B7C
RGB
CMYK
RGB Variations
Color information
#620B7C (or 0x620B7C) is known color: Indigo. HEX triplet: 62, 0B and 7C. RGB value is (98,11,124). Sum of RGB (Red+Green+Blue) = 98+11+124=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #620B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B7C is #9DF483. Grayscale: #313131. Windows color (decimal): -10351748 or 8129378. OLE color: 8129378.
HSL color Cylindrical-coordinate representation of color #620B7C: hue angle of 286.19º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620B7C is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 11 | 124 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.51 |
| HSL | 286.19º | 0.84% | 0.26% | - |
| HSV(B) | 286.19º | 0.91% | 0.49% | - |
| XYZ | 8.79 | 4.29 | 19.43 | - |
| YUV | 49.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 124 | 0.21 | 0.91 | 0 | 0.51 | 286.19 | 0.84 | 0.26 |
| Hex | 62 | B | 7C | 15 | 5B | 0 | 33 | 11E | 54 | 1A |
| Octal | 142 | 13 | 174 | 25 | 133 | 0 | 63 | 436 | 124 | 32 |
| Binary | 1100010 | 1011 | 1111100 | 10101 | 1011011 | 0 | 110011 | 100011110 | 1010100 | 11010 |
Color Harmonies of #620B7C
Complementary color
Monochromatic Colors of #620B7C
Black with #620B7C
Text Example
Text Example
White with #620B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B7C; }
p { color: rgb(98,11,124); }
H1.HeaderClassName
{
color: #620B7C;
}
.AnyTagClassName
{
color: #620B7C;
}
</style>
background-color css
<style>
a { background-color: #620B7C; }
a { background-color: rgb(98,11,124); }
div.DivClassName
{
background-color: #620B7C;
}
.BgClassName
{
background-color: #620B7C;
}
</style>
border-color css
<style>
span { border-color: #620B7C; }
span { border-color: rgb(98,11,124); }
td.TdClassName
{
border-color: #620B7C;
}
.TagClassName
{
border-color: #620B7C;
}
</style>