Shades of Indigo #620A9F
Tints of Indigo #620A9F
RGB
CMYK
RGB Variations
Color information
#620A9F (or 0x620A9F) is known color: Indigo. HEX triplet: 62, 0A and 9F. RGB value is (98,10,159). Sum of RGB (Red+Green+Blue) = 98+10+159=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #620A9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620A9F is #9DF560. Grayscale: #343434. Windows color (decimal): -10351969 or 10422882. OLE color: 10422882.
HSL color Cylindrical-coordinate representation of color #620A9F: hue angle of 275.44º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620A9F is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 10 | 159 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.38 |
| HSL | 275.44º | 0.88% | 0.33% | - |
| HSV(B) | 275.44º | 0.94% | 0.62% | - |
| XYZ | 11.4 | 5.32 | 33.23 | - |
| YUV | 53.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 159 | 0.38 | 0.94 | 0 | 0.38 | 275.44 | 0.88 | 0.33 |
| Hex | 62 | A | 9F | 26 | 5E | 0 | 26 | 113 | 58 | 21 |
| Octal | 142 | 12 | 237 | 46 | 136 | 0 | 46 | 423 | 130 | 41 |
| Binary | 1100010 | 1010 | 10011111 | 100110 | 1011110 | 0 | 100110 | 100010011 | 1011000 | 100001 |
Color Harmonies of #620A9F
Complementary color
Monochromatic Colors of #620A9F
Black with #620A9F
Text Example
Text Example
White with #620A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A9F; }
p { color: rgb(98,10,159); }
H1.HeaderClassName
{
color: #620A9F;
}
.AnyTagClassName
{
color: #620A9F;
}
</style>
background-color css
<style>
a { background-color: #620A9F; }
a { background-color: rgb(98,10,159); }
div.DivClassName
{
background-color: #620A9F;
}
.BgClassName
{
background-color: #620A9F;
}
</style>
border-color css
<style>
span { border-color: #620A9F; }
span { border-color: rgb(98,10,159); }
td.TdClassName
{
border-color: #620A9F;
}
.TagClassName
{
border-color: #620A9F;
}
</style>