Shades of Indigo #62127A
Tints of Indigo #62127A
RGB
CMYK
RGB Variations
Color information
#62127A (or 0x62127A) is known color: Indigo. HEX triplet: 62, 12 and 7A. RGB value is (98,18,122). Sum of RGB (Red+Green+Blue) = 98+18+122=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #62127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62127A is #9DED85. Grayscale: #353535. Windows color (decimal): -10349958 or 8000098. OLE color: 8000098.
HSL color Cylindrical-coordinate representation of color #62127A: hue angle of 286.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62127A is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 18 | 122 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.52 |
| HSL | 286.15º | 0.74% | 0.27% | - |
| HSV(B) | 286.15º | 0.85% | 0.48% | - |
| XYZ | 8.77 | 4.43 | 18.81 | - |
| YUV | 53.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 122 | 0.20 | 0.85 | 0 | 0.52 | 286.15 | 0.74 | 0.27 |
| Hex | 62 | 12 | 7A | 14 | 55 | 0 | 34 | 11E | 4A | 1B |
| Octal | 142 | 22 | 172 | 24 | 125 | 0 | 64 | 436 | 112 | 33 |
| Binary | 1100010 | 10010 | 1111010 | 10100 | 1010101 | 0 | 110100 | 100011110 | 1001010 | 11011 |
Color Harmonies of #62127A
Complementary color
Monochromatic Colors of #62127A
Black with #62127A
Text Example
Text Example
White with #62127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62127A; }
p { color: rgb(98,18,122); }
H1.HeaderClassName
{
color: #62127A;
}
.AnyTagClassName
{
color: #62127A;
}
</style>
background-color css
<style>
a { background-color: #62127A; }
a { background-color: rgb(98,18,122); }
div.DivClassName
{
background-color: #62127A;
}
.BgClassName
{
background-color: #62127A;
}
</style>
border-color css
<style>
span { border-color: #62127A; }
span { border-color: rgb(98,18,122); }
td.TdClassName
{
border-color: #62127A;
}
.TagClassName
{
border-color: #62127A;
}
</style>