Shades of Indigo #62167D
Tints of Indigo #62167D
RGB
CMYK
RGB Variations
Color information
#62167D (or 0x62167D) is known color: Indigo. HEX triplet: 62, 16 and 7D. RGB value is (98,22,125). Sum of RGB (Red+Green+Blue) = 98+22+125=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #62167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62167D is #9DE982. Grayscale: #383838. Windows color (decimal): -10348931 or 8197730. OLE color: 8197730.
HSL color Cylindrical-coordinate representation of color #62167D: hue angle of 284.27º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62167D is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 22 | 125 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.51 |
| HSL | 284.27º | 0.7% | 0.29% | - |
| HSV(B) | 284.27º | 0.82% | 0.49% | - |
| XYZ | 9.03 | 4.65 | 19.82 | - |
| YUV | 56.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 125 | 0.22 | 0.82 | 0 | 0.51 | 284.27 | 0.7 | 0.29 |
| Hex | 62 | 16 | 7D | 16 | 52 | 0 | 33 | 11C | 46 | 1D |
| Octal | 142 | 26 | 175 | 26 | 122 | 0 | 63 | 434 | 106 | 35 |
| Binary | 1100010 | 10110 | 1111101 | 10110 | 1010010 | 0 | 110011 | 100011100 | 1000110 | 11101 |
Color Harmonies of #62167D
Complementary color
Monochromatic Colors of #62167D
Black with #62167D
Text Example
Text Example
White with #62167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62167D; }
p { color: rgb(98,22,125); }
H1.HeaderClassName
{
color: #62167D;
}
.AnyTagClassName
{
color: #62167D;
}
</style>
background-color css
<style>
a { background-color: #62167D; }
a { background-color: rgb(98,22,125); }
div.DivClassName
{
background-color: #62167D;
}
.BgClassName
{
background-color: #62167D;
}
</style>
border-color css
<style>
span { border-color: #62167D; }
span { border-color: rgb(98,22,125); }
td.TdClassName
{
border-color: #62167D;
}
.TagClassName
{
border-color: #62167D;
}
</style>