Shades of Indigo #620A94
Tints of Indigo #620A94
RGB
CMYK
RGB Variations
Color information
#620A94 (or 0x620A94) is known color: Indigo. HEX triplet: 62, 0A and 94. RGB value is (98,10,148). Sum of RGB (Red+Green+Blue) = 98+10+148=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #620A94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620A94 is #9DF56B. Grayscale: #333333. Windows color (decimal): -10351980 or 9701986. OLE color: 9701986.
HSL color Cylindrical-coordinate representation of color #620A94: hue angle of 278.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620A94 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 10 | 148 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.42 |
| HSL | 278.26º | 0.87% | 0.31% | - |
| HSV(B) | 278.26º | 0.93% | 0.58% | - |
| XYZ | 10.49 | 4.95 | 28.42 | - |
| YUV | 52.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 148 | 0.34 | 0.93 | 0 | 0.42 | 278.26 | 0.87 | 0.31 |
| Hex | 62 | A | 94 | 22 | 5D | 0 | 2A | 116 | 57 | 1F |
| Octal | 142 | 12 | 224 | 42 | 135 | 0 | 52 | 426 | 127 | 37 |
| Binary | 1100010 | 1010 | 10010100 | 100010 | 1011101 | 0 | 101010 | 100010110 | 1010111 | 11111 |
Color Harmonies of #620A94
Complementary color
Monochromatic Colors of #620A94
Black with #620A94
Text Example
Text Example
White with #620A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A94; }
p { color: rgb(98,10,148); }
H1.HeaderClassName
{
color: #620A94;
}
.AnyTagClassName
{
color: #620A94;
}
</style>
background-color css
<style>
a { background-color: #620A94; }
a { background-color: rgb(98,10,148); }
div.DivClassName
{
background-color: #620A94;
}
.BgClassName
{
background-color: #620A94;
}
</style>
border-color css
<style>
span { border-color: #620A94; }
span { border-color: rgb(98,10,148); }
td.TdClassName
{
border-color: #620A94;
}
.TagClassName
{
border-color: #620A94;
}
</style>