Shades of Indigo #620293
Tints of Indigo #620293
RGB
CMYK
RGB Variations
Color information
#620293 (or 0x620293) is known color: Indigo. HEX triplet: 62, 02 and 93. RGB value is (98,2,147). Sum of RGB (Red+Green+Blue) = 98+2+147=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #620293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620293 is #9DFD6C. Grayscale: #2E2E2E. Windows color (decimal): -10354029 or 9634402. OLE color: 9634402.
HSL color Cylindrical-coordinate representation of color #620293: hue angle of 279.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620293 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 2 | 147 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.42 |
| HSL | 279.72º | 0.97% | 0.29% | - |
| HSV(B) | 279.72º | 0.99% | 0.58% | - |
| XYZ | 10.33 | 4.75 | 27.98 | - |
| YUV | 47.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 147 | 0.33 | 0.99 | 0 | 0.42 | 279.72 | 0.97 | 0.29 |
| Hex | 62 | 2 | 93 | 21 | 63 | 0 | 2A | 118 | 61 | 1D |
| Octal | 142 | 2 | 223 | 41 | 143 | 0 | 52 | 430 | 141 | 35 |
| Binary | 1100010 | 10 | 10010011 | 100001 | 1100011 | 0 | 101010 | 100011000 | 1100001 | 11101 |
Color Harmonies of #620293
Complementary color
Monochromatic Colors of #620293
Black with #620293
Text Example
Text Example
White with #620293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620293; }
p { color: rgb(98,2,147); }
H1.HeaderClassName
{
color: #620293;
}
.AnyTagClassName
{
color: #620293;
}
</style>
background-color css
<style>
a { background-color: #620293; }
a { background-color: rgb(98,2,147); }
div.DivClassName
{
background-color: #620293;
}
.BgClassName
{
background-color: #620293;
}
</style>
border-color css
<style>
span { border-color: #620293; }
span { border-color: rgb(98,2,147); }
td.TdClassName
{
border-color: #620293;
}
.TagClassName
{
border-color: #620293;
}
</style>