Shades of Indigo #620F90
Tints of Indigo #620F90
RGB
CMYK
RGB Variations
Color information
#620F90 (or 0x620F90) is known color: Indigo. HEX triplet: 62, 0F and 90. RGB value is (98,15,144). Sum of RGB (Red+Green+Blue) = 98+15+144=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #620F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620F90 is #9DF06F. Grayscale: #363636. Windows color (decimal): -10350704 or 9441122. OLE color: 9441122.
HSL color Cylindrical-coordinate representation of color #620F90: hue angle of 278.6º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620F90 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 15 | 144 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.44 |
| HSL | 278.6º | 0.81% | 0.31% | - |
| HSV(B) | 278.6º | 0.9% | 0.56% | - |
| XYZ | 10.24 | 4.95 | 26.8 | - |
| YUV | 54.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 144 | 0.32 | 0.90 | 0 | 0.44 | 278.6 | 0.81 | 0.31 |
| Hex | 62 | F | 90 | 20 | 5A | 0 | 2C | 117 | 51 | 1F |
| Octal | 142 | 17 | 220 | 40 | 132 | 0 | 54 | 427 | 121 | 37 |
| Binary | 1100010 | 1111 | 10010000 | 100000 | 1011010 | 0 | 101100 | 100010111 | 1010001 | 11111 |
Color Harmonies of #620F90
Complementary color
Monochromatic Colors of #620F90
Black with #620F90
Text Example
Text Example
White with #620F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F90; }
p { color: rgb(98,15,144); }
H1.HeaderClassName
{
color: #620F90;
}
.AnyTagClassName
{
color: #620F90;
}
</style>
background-color css
<style>
a { background-color: #620F90; }
a { background-color: rgb(98,15,144); }
div.DivClassName
{
background-color: #620F90;
}
.BgClassName
{
background-color: #620F90;
}
</style>
border-color css
<style>
span { border-color: #620F90; }
span { border-color: rgb(98,15,144); }
td.TdClassName
{
border-color: #620F90;
}
.TagClassName
{
border-color: #620F90;
}
</style>