Shades of Indigo #620090
Tints of Indigo #620090
RGB
CMYK
RGB Variations
Color information
#620090 (or 0x620090) is known color: Indigo. HEX triplet: 62, 00 and 90. RGB value is (98,0,144). Sum of RGB (Red+Green+Blue) = 98+0+144=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #620090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620090 is #9DFF6F. Grayscale: #2D2D2D. Windows color (decimal): -10354544 or 9437282. OLE color: 9437282.
HSL color Cylindrical-coordinate representation of color #620090: hue angle of 280.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620090 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 0 | 144 | - |
| CMYK | 0.32 | 1 | 0 | 0.44 |
| HSL | 280.83º | 1% | 0.28% | - |
| HSV(B) | 280.83º | 1% | 0.56% | - |
| XYZ | 10.07 | 4.61 | 26.74 | - |
| YUV | 45.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 144 | 0.32 | 1 | 0 | 0.44 | 280.83 | 1 | 0.28 |
| Hex | 62 | 0 | 90 | 20 | 64 | 0 | 2C | 119 | 64 | 1C |
| Octal | 142 | 0 | 220 | 40 | 144 | 0 | 54 | 431 | 144 | 34 |
| Binary | 1100010 | 0 | 10010000 | 100000 | 1100100 | 0 | 101100 | 100011001 | 1100100 | 11100 |
Color Harmonies of #620090
Complementary color
Monochromatic Colors of #620090
Black with #620090
Text Example
Text Example
White with #620090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620090; }
p { color: rgb(98,0,144); }
H1.HeaderClassName
{
color: #620090;
}
.AnyTagClassName
{
color: #620090;
}
</style>
background-color css
<style>
a { background-color: #620090; }
a { background-color: rgb(98,0,144); }
div.DivClassName
{
background-color: #620090;
}
.BgClassName
{
background-color: #620090;
}
</style>
border-color css
<style>
span { border-color: #620090; }
span { border-color: rgb(98,0,144); }
td.TdClassName
{
border-color: #620090;
}
.TagClassName
{
border-color: #620090;
}
</style>