Shades of Indigo #62079D
Tints of Indigo #62079D
RGB
CMYK
RGB Variations
Color information
#62079D (or 0x62079D) is known color: Indigo. HEX triplet: 62, 07 and 9D. RGB value is (98,7,157). Sum of RGB (Red+Green+Blue) = 98+7+157=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #62079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62079D is #9DF862. Grayscale: #323232. Windows color (decimal): -10352739 or 10291042. OLE color: 10291042.
HSL color Cylindrical-coordinate representation of color #62079D: hue angle of 276.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62079D is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 7 | 157 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.38 |
| HSL | 276.4º | 0.91% | 0.32% | - |
| HSV(B) | 276.4º | 0.96% | 0.62% | - |
| XYZ | 11.2 | 5.18 | 32.31 | - |
| YUV | 51.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 157 | 0.38 | 0.96 | 0 | 0.38 | 276.4 | 0.91 | 0.32 |
| Hex | 62 | 7 | 9D | 26 | 60 | 0 | 26 | 114 | 5B | 20 |
| Octal | 142 | 7 | 235 | 46 | 140 | 0 | 46 | 424 | 133 | 40 |
| Binary | 1100010 | 111 | 10011101 | 100110 | 1100000 | 0 | 100110 | 100010100 | 1011011 | 100000 |
Color Harmonies of #62079D
Complementary color
Monochromatic Colors of #62079D
Black with #62079D
Text Example
Text Example
White with #62079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62079D; }
p { color: rgb(98,7,157); }
H1.HeaderClassName
{
color: #62079D;
}
.AnyTagClassName
{
color: #62079D;
}
</style>
background-color css
<style>
a { background-color: #62079D; }
a { background-color: rgb(98,7,157); }
div.DivClassName
{
background-color: #62079D;
}
.BgClassName
{
background-color: #62079D;
}
</style>
border-color css
<style>
span { border-color: #62079D; }
span { border-color: rgb(98,7,157); }
td.TdClassName
{
border-color: #62079D;
}
.TagClassName
{
border-color: #62079D;
}
</style>