Shades of Indigo #62147A
Tints of Indigo #62147A
RGB
CMYK
RGB Variations
Color information
#62147A (or 0x62147A) is known color: Indigo. HEX triplet: 62, 14 and 7A. RGB value is (98,20,122). Sum of RGB (Red+Green+Blue) = 98+20+122=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #62147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62147A is #9DEB85. Grayscale: #363636. Windows color (decimal): -10349446 or 8000610. OLE color: 8000610.
HSL color Cylindrical-coordinate representation of color #62147A: hue angle of 285.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62147A is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 20 | 122 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.52 |
| HSL | 285.88º | 0.72% | 0.28% | - |
| HSV(B) | 285.88º | 0.84% | 0.48% | - |
| XYZ | 8.8 | 4.5 | 18.82 | - |
| YUV | 54.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 122 | 0.20 | 0.84 | 0 | 0.52 | 285.88 | 0.72 | 0.28 |
| Hex | 62 | 14 | 7A | 14 | 54 | 0 | 34 | 11E | 48 | 1C |
| Octal | 142 | 24 | 172 | 24 | 124 | 0 | 64 | 436 | 110 | 34 |
| Binary | 1100010 | 10100 | 1111010 | 10100 | 1010100 | 0 | 110100 | 100011110 | 1001000 | 11100 |
Color Harmonies of #62147A
Complementary color
Monochromatic Colors of #62147A
Black with #62147A
Text Example
Text Example
White with #62147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62147A; }
p { color: rgb(98,20,122); }
H1.HeaderClassName
{
color: #62147A;
}
.AnyTagClassName
{
color: #62147A;
}
</style>
background-color css
<style>
a { background-color: #62147A; }
a { background-color: rgb(98,20,122); }
div.DivClassName
{
background-color: #62147A;
}
.BgClassName
{
background-color: #62147A;
}
</style>
border-color css
<style>
span { border-color: #62147A; }
span { border-color: rgb(98,20,122); }
td.TdClassName
{
border-color: #62147A;
}
.TagClassName
{
border-color: #62147A;
}
</style>