Shades of Indigo #620175
Tints of Indigo #620175
RGB
CMYK
RGB Variations
Color information
#620175 (or 0x620175) is known color: Indigo. HEX triplet: 62, 01 and 75. RGB value is (98,1,117). Sum of RGB (Red+Green+Blue) = 98+1+117=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #620175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620175 is #9DFE8A. Grayscale: #2A2A2A. Windows color (decimal): -10354315 or 7668066. OLE color: 7668066.
HSL color Cylindrical-coordinate representation of color #620175: hue angle of 290.17º 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 #620175 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 1 | 117 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.54 |
| HSL | 290.17º | 0.98% | 0.23% | - |
| HSV(B) | 290.17º | 0.99% | 0.46% | - |
| XYZ | 8.26 | 3.9 | 17.15 | - |
| YUV | 43.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 117 | 0.16 | 0.99 | 0 | 0.54 | 290.17 | 0.98 | 0.23 |
| Hex | 62 | 1 | 75 | 10 | 63 | 0 | 36 | 122 | 62 | 17 |
| Octal | 142 | 1 | 165 | 20 | 143 | 0 | 66 | 442 | 142 | 27 |
| Binary | 1100010 | 1 | 1110101 | 10000 | 1100011 | 0 | 110110 | 100100010 | 1100010 | 10111 |
Color Harmonies of #620175
Complementary color
Monochromatic Colors of #620175
Black with #620175
Text Example
Text Example
White with #620175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620175; }
p { color: rgb(98,1,117); }
H1.HeaderClassName
{
color: #620175;
}
.AnyTagClassName
{
color: #620175;
}
</style>
background-color css
<style>
a { background-color: #620175; }
a { background-color: rgb(98,1,117); }
div.DivClassName
{
background-color: #620175;
}
.BgClassName
{
background-color: #620175;
}
</style>
border-color css
<style>
span { border-color: #620175; }
span { border-color: rgb(98,1,117); }
td.TdClassName
{
border-color: #620175;
}
.TagClassName
{
border-color: #620175;
}
</style>