Shades of Indigo #62087A
Tints of Indigo #62087A
RGB
CMYK
RGB Variations
Color information
#62087A (or 0x62087A) is known color: Indigo. HEX triplet: 62, 08 and 7A. RGB value is (98,8,122). Sum of RGB (Red+Green+Blue) = 98+8+122=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #62087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62087A is #9DF785. Grayscale: #2F2F2F. Windows color (decimal): -10352518 or 7997538. OLE color: 7997538.
HSL color Cylindrical-coordinate representation of color #62087A: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62087A is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 8 | 122 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.52 |
| HSL | 287.37º | 0.88% | 0.25% | - |
| HSV(B) | 287.37º | 0.93% | 0.48% | - |
| XYZ | 8.64 | 4.18 | 18.76 | - |
| YUV | 47.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 122 | 0.20 | 0.93 | 0 | 0.52 | 287.37 | 0.88 | 0.25 |
| Hex | 62 | 8 | 7A | 14 | 5D | 0 | 34 | 11F | 58 | 19 |
| Octal | 142 | 10 | 172 | 24 | 135 | 0 | 64 | 437 | 130 | 31 |
| Binary | 1100010 | 1000 | 1111010 | 10100 | 1011101 | 0 | 110100 | 100011111 | 1011000 | 11001 |
Color Harmonies of #62087A
Complementary color
Monochromatic Colors of #62087A
Black with #62087A
Text Example
Text Example
White with #62087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62087A; }
p { color: rgb(98,8,122); }
H1.HeaderClassName
{
color: #62087A;
}
.AnyTagClassName
{
color: #62087A;
}
</style>
background-color css
<style>
a { background-color: #62087A; }
a { background-color: rgb(98,8,122); }
div.DivClassName
{
background-color: #62087A;
}
.BgClassName
{
background-color: #62087A;
}
</style>
border-color css
<style>
span { border-color: #62087A; }
span { border-color: rgb(98,8,122); }
td.TdClassName
{
border-color: #62087A;
}
.TagClassName
{
border-color: #62087A;
}
</style>