Shades of Indigo #62188C
Tints of Indigo #62188C
RGB
CMYK
RGB Variations
Color information
#62188C (or 0x62188C) is known color: Indigo. HEX triplet: 62, 18 and 8C. RGB value is (98,24,140). Sum of RGB (Red+Green+Blue) = 98+24+140=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #62188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62188C is #9DE773. Grayscale: #3A3A3A. Windows color (decimal): -10348404 or 9181282. OLE color: 9181282.
HSL color Cylindrical-coordinate representation of color #62188C: hue angle of 278.28º degrees, saturation: 0.71, 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 #62188C is Cyan = 0.3, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 24 | 140 | - |
| CMYK | 0.3 | 0.83 | 0 | 0.45 |
| HSL | 278.28º | 0.71% | 0.32% | - |
| HSV(B) | 278.28º | 0.83% | 0.55% | - |
| XYZ | 10.1 | 5.14 | 25.27 | - |
| YUV | 59.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 140 | 0.3 | 0.83 | 0 | 0.45 | 278.28 | 0.71 | 0.32 |
| Hex | 62 | 18 | 8C | 1E | 53 | 0 | 2D | 116 | 47 | 20 |
| Octal | 142 | 30 | 214 | 36 | 123 | 0 | 55 | 426 | 107 | 40 |
| Binary | 1100010 | 11000 | 10001100 | 11110 | 1010011 | 0 | 101101 | 100010110 | 1000111 | 100000 |
Color Harmonies of #62188C
Complementary color
Monochromatic Colors of #62188C
Black with #62188C
Text Example
Text Example
White with #62188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62188C; }
p { color: rgb(98,24,140); }
H1.HeaderClassName
{
color: #62188C;
}
.AnyTagClassName
{
color: #62188C;
}
</style>
background-color css
<style>
a { background-color: #62188C; }
a { background-color: rgb(98,24,140); }
div.DivClassName
{
background-color: #62188C;
}
.BgClassName
{
background-color: #62188C;
}
</style>
border-color css
<style>
span { border-color: #62188C; }
span { border-color: rgb(98,24,140); }
td.TdClassName
{
border-color: #62188C;
}
.TagClassName
{
border-color: #62188C;
}
</style>