Shades of Indigo #620A98
Tints of Indigo #620A98
RGB
CMYK
RGB Variations
Color information
#620A98 (or 0x620A98) is known color: Indigo. HEX triplet: 62, 0A and 98. RGB value is (98,10,152). Sum of RGB (Red+Green+Blue) = 98+10+152=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #620A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620A98 is #9DF567. Grayscale: #343434. Windows color (decimal): -10351976 or 9964130. OLE color: 9964130.
HSL color Cylindrical-coordinate representation of color #620A98: hue angle of 277.18º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620A98 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 10 | 152 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.40 |
| HSL | 277.18º | 0.88% | 0.32% | - |
| HSV(B) | 277.18º | 0.93% | 0.6% | - |
| XYZ | 10.81 | 5.08 | 30.12 | - |
| YUV | 52.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 152 | 0.36 | 0.93 | 0 | 0.40 | 277.18 | 0.88 | 0.32 |
| Hex | 62 | A | 98 | 24 | 5D | 0 | 28 | 115 | 58 | 20 |
| Octal | 142 | 12 | 230 | 44 | 135 | 0 | 50 | 425 | 130 | 40 |
| Binary | 1100010 | 1010 | 10011000 | 100100 | 1011101 | 0 | 101000 | 100010101 | 1011000 | 100000 |
Color Harmonies of #620A98
Complementary color
Monochromatic Colors of #620A98
Black with #620A98
Text Example
Text Example
White with #620A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A98; }
p { color: rgb(98,10,152); }
H1.HeaderClassName
{
color: #620A98;
}
.AnyTagClassName
{
color: #620A98;
}
</style>
background-color css
<style>
a { background-color: #620A98; }
a { background-color: rgb(98,10,152); }
div.DivClassName
{
background-color: #620A98;
}
.BgClassName
{
background-color: #620A98;
}
</style>
border-color css
<style>
span { border-color: #620A98; }
span { border-color: rgb(98,10,152); }
td.TdClassName
{
border-color: #620A98;
}
.TagClassName
{
border-color: #620A98;
}
</style>