Shades of Indigo #620176
Tints of Indigo #620176
RGB
CMYK
RGB Variations
Color information
#620176 (or 0x620176) is known color: Indigo. HEX triplet: 62, 01 and 76. RGB value is (98,1,118). Sum of RGB (Red+Green+Blue) = 98+1+118=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #620176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620176 is #9DFE89. Grayscale: #2A2A2A. Windows color (decimal): -10354314 or 7733602. OLE color: 7733602.
HSL color Cylindrical-coordinate representation of color #620176: hue angle of 289.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620176 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 1 | 118 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.54 |
| HSL | 289.74º | 0.98% | 0.23% | - |
| HSV(B) | 289.74º | 0.99% | 0.46% | - |
| XYZ | 8.32 | 3.93 | 17.46 | - |
| YUV | 43.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 118 | 0.17 | 0.99 | 0 | 0.54 | 289.74 | 0.98 | 0.23 |
| Hex | 62 | 1 | 76 | 11 | 63 | 0 | 36 | 122 | 62 | 17 |
| Octal | 142 | 1 | 166 | 21 | 143 | 0 | 66 | 442 | 142 | 27 |
| Binary | 1100010 | 1 | 1110110 | 10001 | 1100011 | 0 | 110110 | 100100010 | 1100010 | 10111 |
Color Harmonies of #620176
Complementary color
Monochromatic Colors of #620176
Black with #620176
Text Example
Text Example
White with #620176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620176; }
p { color: rgb(98,1,118); }
H1.HeaderClassName
{
color: #620176;
}
.AnyTagClassName
{
color: #620176;
}
</style>
background-color css
<style>
a { background-color: #620176; }
a { background-color: rgb(98,1,118); }
div.DivClassName
{
background-color: #620176;
}
.BgClassName
{
background-color: #620176;
}
</style>
border-color css
<style>
span { border-color: #620176; }
span { border-color: rgb(98,1,118); }
td.TdClassName
{
border-color: #620176;
}
.TagClassName
{
border-color: #620176;
}
</style>