Shades of Indigo #62178B
Tints of Indigo #62178B
RGB
CMYK
RGB Variations
Color information
#62178B (or 0x62178B) is known color: Indigo. HEX triplet: 62, 17 and 8B. RGB value is (98,23,139). Sum of RGB (Red+Green+Blue) = 98+23+139=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #62178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62178B is #9DE874. Grayscale: #3A3A3A. Windows color (decimal): -10348661 or 9115490. OLE color: 9115490.
HSL color Cylindrical-coordinate representation of color #62178B: hue angle of 278.79º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62178B is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 23 | 139 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.45 |
| HSL | 278.79º | 0.72% | 0.32% | - |
| HSV(B) | 278.79º | 0.83% | 0.55% | - |
| XYZ | 10 | 5.07 | 24.88 | - |
| YUV | 58.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 139 | 0.29 | 0.83 | 0 | 0.45 | 278.79 | 0.72 | 0.32 |
| Hex | 62 | 17 | 8B | 1D | 53 | 0 | 2D | 117 | 48 | 20 |
| Octal | 142 | 27 | 213 | 35 | 123 | 0 | 55 | 427 | 110 | 40 |
| Binary | 1100010 | 10111 | 10001011 | 11101 | 1010011 | 0 | 101101 | 100010111 | 1001000 | 100000 |
Color Harmonies of #62178B
Complementary color
Monochromatic Colors of #62178B
Black with #62178B
Text Example
Text Example
White with #62178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62178B; }
p { color: rgb(98,23,139); }
H1.HeaderClassName
{
color: #62178B;
}
.AnyTagClassName
{
color: #62178B;
}
</style>
background-color css
<style>
a { background-color: #62178B; }
a { background-color: rgb(98,23,139); }
div.DivClassName
{
background-color: #62178B;
}
.BgClassName
{
background-color: #62178B;
}
</style>
border-color css
<style>
span { border-color: #62178B; }
span { border-color: rgb(98,23,139); }
td.TdClassName
{
border-color: #62178B;
}
.TagClassName
{
border-color: #62178B;
}
</style>