Shades of Indigo #620390
Tints of Indigo #620390
RGB
CMYK
RGB Variations
Color information
#620390 (or 0x620390) is known color: Indigo. HEX triplet: 62, 03 and 90. RGB value is (98,3,144). Sum of RGB (Red+Green+Blue) = 98+3+144=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #620390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620390 is #9DFC6F. Grayscale: #2F2F2F. Windows color (decimal): -10353776 or 9438050. OLE color: 9438050.
HSL color Cylindrical-coordinate representation of color #620390: hue angle of 280.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620390 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 3 | 144 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.44 |
| HSL | 280.43º | 0.96% | 0.29% | - |
| HSV(B) | 280.43º | 0.98% | 0.56% | - |
| XYZ | 10.1 | 4.68 | 26.76 | - |
| YUV | 47.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 144 | 0.32 | 0.98 | 0 | 0.44 | 280.43 | 0.96 | 0.29 |
| Hex | 62 | 3 | 90 | 20 | 62 | 0 | 2C | 118 | 60 | 1D |
| Octal | 142 | 3 | 220 | 40 | 142 | 0 | 54 | 430 | 140 | 35 |
| Binary | 1100010 | 11 | 10010000 | 100000 | 1100010 | 0 | 101100 | 100011000 | 1100000 | 11101 |
Color Harmonies of #620390
Complementary color
Monochromatic Colors of #620390
Black with #620390
Text Example
Text Example
White with #620390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620390; }
p { color: rgb(98,3,144); }
H1.HeaderClassName
{
color: #620390;
}
.AnyTagClassName
{
color: #620390;
}
</style>
background-color css
<style>
a { background-color: #620390; }
a { background-color: rgb(98,3,144); }
div.DivClassName
{
background-color: #620390;
}
.BgClassName
{
background-color: #620390;
}
</style>
border-color css
<style>
span { border-color: #620390; }
span { border-color: rgb(98,3,144); }
td.TdClassName
{
border-color: #620390;
}
.TagClassName
{
border-color: #620390;
}
</style>