Shades of Indigo #620593
Tints of Indigo #620593
RGB
CMYK
RGB Variations
Color information
#620593 (or 0x620593) is known color: Indigo. HEX triplet: 62, 05 and 93. RGB value is (98,5,147). Sum of RGB (Red+Green+Blue) = 98+5+147=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #620593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620593 is #9DFA6C. Grayscale: #303030. Windows color (decimal): -10353261 or 9635170. OLE color: 9635170.
HSL color Cylindrical-coordinate representation of color #620593: hue angle of 279.3º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620593 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 5 | 147 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.42 |
| HSL | 279.3º | 0.93% | 0.3% | - |
| HSV(B) | 279.3º | 0.97% | 0.58% | - |
| XYZ | 10.36 | 4.81 | 27.99 | - |
| YUV | 49 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 147 | 0.33 | 0.97 | 0 | 0.42 | 279.3 | 0.93 | 0.3 |
| Hex | 62 | 5 | 93 | 21 | 61 | 0 | 2A | 117 | 5D | 1E |
| Octal | 142 | 5 | 223 | 41 | 141 | 0 | 52 | 427 | 135 | 36 |
| Binary | 1100010 | 101 | 10010011 | 100001 | 1100001 | 0 | 101010 | 100010111 | 1011101 | 11110 |
Color Harmonies of #620593
Complementary color
Monochromatic Colors of #620593
Black with #620593
Text Example
Text Example
White with #620593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620593; }
p { color: rgb(98,5,147); }
H1.HeaderClassName
{
color: #620593;
}
.AnyTagClassName
{
color: #620593;
}
</style>
background-color css
<style>
a { background-color: #620593; }
a { background-color: rgb(98,5,147); }
div.DivClassName
{
background-color: #620593;
}
.BgClassName
{
background-color: #620593;
}
</style>
border-color css
<style>
span { border-color: #620593; }
span { border-color: rgb(98,5,147); }
td.TdClassName
{
border-color: #620593;
}
.TagClassName
{
border-color: #620593;
}
</style>