Shades of Indigo #62087C
Tints of Indigo #62087C
RGB
CMYK
RGB Variations
Color information
#62087C (or 0x62087C) is known color: Indigo. HEX triplet: 62, 08 and 7C. RGB value is (98,8,124). Sum of RGB (Red+Green+Blue) = 98+8+124=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #62087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62087C is #9DF783. Grayscale: #2F2F2F. Windows color (decimal): -10352516 or 8128610. OLE color: 8128610.
HSL color Cylindrical-coordinate representation of color #62087C: hue angle of 286.55º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62087C is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 8 | 124 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.51 |
| HSL | 286.55º | 0.88% | 0.26% | - |
| HSV(B) | 286.55º | 0.94% | 0.49% | - |
| XYZ | 8.76 | 4.23 | 19.42 | - |
| YUV | 48.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 124 | 0.21 | 0.94 | 0 | 0.51 | 286.55 | 0.88 | 0.26 |
| Hex | 62 | 8 | 7C | 15 | 5E | 0 | 33 | 11F | 58 | 1A |
| Octal | 142 | 10 | 174 | 25 | 136 | 0 | 63 | 437 | 130 | 32 |
| Binary | 1100010 | 1000 | 1111100 | 10101 | 1011110 | 0 | 110011 | 100011111 | 1011000 | 11010 |
Color Harmonies of #62087C
Complementary color
Monochromatic Colors of #62087C
Black with #62087C
Text Example
Text Example
White with #62087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62087C; }
p { color: rgb(98,8,124); }
H1.HeaderClassName
{
color: #62087C;
}
.AnyTagClassName
{
color: #62087C;
}
</style>
background-color css
<style>
a { background-color: #62087C; }
a { background-color: rgb(98,8,124); }
div.DivClassName
{
background-color: #62087C;
}
.BgClassName
{
background-color: #62087C;
}
</style>
border-color css
<style>
span { border-color: #62087C; }
span { border-color: rgb(98,8,124); }
td.TdClassName
{
border-color: #62087C;
}
.TagClassName
{
border-color: #62087C;
}
</style>