Shades of Indigo #620FA1
Tints of Indigo #620FA1
RGB
CMYK
RGB Variations
Color information
#620FA1 (or 0x620FA1) is known color: Indigo. HEX triplet: 62, 0F and A1. RGB value is (98,15,161). Sum of RGB (Red+Green+Blue) = 98+15+161=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #620FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FA1 is #9DF05E. Grayscale: #373737. Windows color (decimal): -10350687 or 10555234. OLE color: 10555234.
HSL color Cylindrical-coordinate representation of color #620FA1: hue angle of 274.11º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620FA1 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 15 | 161 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.37 |
| HSL | 274.11º | 0.83% | 0.35% | - |
| HSV(B) | 274.11º | 0.91% | 0.63% | - |
| XYZ | 11.64 | 5.51 | 34.17 | - |
| YUV | 56.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 161 | 0.39 | 0.91 | 0 | 0.37 | 274.11 | 0.83 | 0.35 |
| Hex | 62 | F | A1 | 27 | 5B | 0 | 25 | 112 | 53 | 23 |
| Octal | 142 | 17 | 241 | 47 | 133 | 0 | 45 | 422 | 123 | 43 |
| Binary | 1100010 | 1111 | 10100001 | 100111 | 1011011 | 0 | 100101 | 100010010 | 1010011 | 100011 |
Color Harmonies of #620FA1
Complementary color
Monochromatic Colors of #620FA1
Black with #620FA1
Text Example
Text Example
White with #620FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FA1; }
p { color: rgb(98,15,161); }
H1.HeaderClassName
{
color: #620FA1;
}
.AnyTagClassName
{
color: #620FA1;
}
</style>
background-color css
<style>
a { background-color: #620FA1; }
a { background-color: rgb(98,15,161); }
div.DivClassName
{
background-color: #620FA1;
}
.BgClassName
{
background-color: #620FA1;
}
</style>
border-color css
<style>
span { border-color: #620FA1; }
span { border-color: rgb(98,15,161); }
td.TdClassName
{
border-color: #620FA1;
}
.TagClassName
{
border-color: #620FA1;
}
</style>