Shades of Indigo #620974
Tints of Indigo #620974
RGB
CMYK
RGB Variations
Color information
#620974 (or 0x620974) is known color: Indigo. HEX triplet: 62, 09 and 74. RGB value is (98,9,116). Sum of RGB (Red+Green+Blue) = 98+9+116=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #620974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620974 is #9DF68B. Grayscale: #2F2F2F. Windows color (decimal): -10352268 or 7604578. OLE color: 7604578.
HSL color Cylindrical-coordinate representation of color #620974: hue angle of 289.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620974 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 9 | 116 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.55 |
| HSL | 289.91º | 0.86% | 0.25% | - |
| HSV(B) | 289.91º | 0.92% | 0.45% | - |
| XYZ | 8.29 | 4.05 | 16.87 | - |
| YUV | 47.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 116 | 0.16 | 0.92 | 0 | 0.55 | 289.91 | 0.86 | 0.25 |
| Hex | 62 | 9 | 74 | 10 | 5C | 0 | 37 | 122 | 56 | 19 |
| Octal | 142 | 11 | 164 | 20 | 134 | 0 | 67 | 442 | 126 | 31 |
| Binary | 1100010 | 1001 | 1110100 | 10000 | 1011100 | 0 | 110111 | 100100010 | 1010110 | 11001 |
Color Harmonies of #620974
Complementary color
Monochromatic Colors of #620974
Black with #620974
Text Example
Text Example
White with #620974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620974; }
p { color: rgb(98,9,116); }
H1.HeaderClassName
{
color: #620974;
}
.AnyTagClassName
{
color: #620974;
}
</style>
background-color css
<style>
a { background-color: #620974; }
a { background-color: rgb(98,9,116); }
div.DivClassName
{
background-color: #620974;
}
.BgClassName
{
background-color: #620974;
}
</style>
border-color css
<style>
span { border-color: #620974; }
span { border-color: rgb(98,9,116); }
td.TdClassName
{
border-color: #620974;
}
.TagClassName
{
border-color: #620974;
}
</style>