Shades of Indigo #621790
Tints of Indigo #621790
RGB
CMYK
RGB Variations
Color information
#621790 (or 0x621790) is known color: Indigo. HEX triplet: 62, 17 and 90. RGB value is (98,23,144). Sum of RGB (Red+Green+Blue) = 98+23+144=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #621790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621790 is #9DE86F. Grayscale: #3A3A3A. Windows color (decimal): -10348656 or 9443170. OLE color: 9443170.
HSL color Cylindrical-coordinate representation of color #621790: hue angle of 277.19º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621790 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 23 | 144 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.44 |
| HSL | 277.19º | 0.72% | 0.33% | - |
| HSV(B) | 277.19º | 0.84% | 0.56% | - |
| XYZ | 10.38 | 5.22 | 26.85 | - |
| YUV | 59.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 144 | 0.32 | 0.84 | 0 | 0.44 | 277.19 | 0.72 | 0.33 |
| Hex | 62 | 17 | 90 | 20 | 54 | 0 | 2C | 115 | 48 | 21 |
| Octal | 142 | 27 | 220 | 40 | 124 | 0 | 54 | 425 | 110 | 41 |
| Binary | 1100010 | 10111 | 10010000 | 100000 | 1010100 | 0 | 101100 | 100010101 | 1001000 | 100001 |
Color Harmonies of #621790
Complementary color
Monochromatic Colors of #621790
Black with #621790
Text Example
Text Example
White with #621790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621790; }
p { color: rgb(98,23,144); }
H1.HeaderClassName
{
color: #621790;
}
.AnyTagClassName
{
color: #621790;
}
</style>
background-color css
<style>
a { background-color: #621790; }
a { background-color: rgb(98,23,144); }
div.DivClassName
{
background-color: #621790;
}
.BgClassName
{
background-color: #621790;
}
</style>
border-color css
<style>
span { border-color: #621790; }
span { border-color: rgb(98,23,144); }
td.TdClassName
{
border-color: #621790;
}
.TagClassName
{
border-color: #621790;
}
</style>