Shades of Indigo #620594
Tints of Indigo #620594
RGB
CMYK
RGB Variations
Color information
#620594 (or 0x620594) is known color: Indigo. HEX triplet: 62, 05 and 94. RGB value is (98,5,148). Sum of RGB (Red+Green+Blue) = 98+5+148=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #620594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620594 is #9DFA6B. Grayscale: #303030. Windows color (decimal): -10353260 or 9700706. OLE color: 9700706.
HSL color Cylindrical-coordinate representation of color #620594: hue angle of 279.02º 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 #620594 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 5 | 148 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.42 |
| HSL | 279.02º | 0.93% | 0.3% | - |
| HSV(B) | 279.02º | 0.97% | 0.58% | - |
| XYZ | 10.44 | 4.84 | 28.4 | - |
| YUV | 49.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 148 | 0.34 | 0.97 | 0 | 0.42 | 279.02 | 0.93 | 0.3 |
| Hex | 62 | 5 | 94 | 22 | 61 | 0 | 2A | 117 | 5D | 1E |
| Octal | 142 | 5 | 224 | 42 | 141 | 0 | 52 | 427 | 135 | 36 |
| Binary | 1100010 | 101 | 10010100 | 100010 | 1100001 | 0 | 101010 | 100010111 | 1011101 | 11110 |
Color Harmonies of #620594
Complementary color
Monochromatic Colors of #620594
Black with #620594
Text Example
Text Example
White with #620594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620594; }
p { color: rgb(98,5,148); }
H1.HeaderClassName
{
color: #620594;
}
.AnyTagClassName
{
color: #620594;
}
</style>
background-color css
<style>
a { background-color: #620594; }
a { background-color: rgb(98,5,148); }
div.DivClassName
{
background-color: #620594;
}
.BgClassName
{
background-color: #620594;
}
</style>
border-color css
<style>
span { border-color: #620594; }
span { border-color: rgb(98,5,148); }
td.TdClassName
{
border-color: #620594;
}
.TagClassName
{
border-color: #620594;
}
</style>