Shades of Indigo #620D73
Tints of Indigo #620D73
RGB
CMYK
RGB Variations
Color information
#620D73 (or 0x620D73) is known color: Indigo. HEX triplet: 62, 0D and 73. RGB value is (98,13,115). Sum of RGB (Red+Green+Blue) = 98+13+115=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #620D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D73 is #9DF28C. Grayscale: #313131. Windows color (decimal): -10351245 or 7540066. OLE color: 7540066.
HSL color Cylindrical-coordinate representation of color #620D73: hue angle of 290º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620D73 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 13 | 115 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.55 |
| HSL | 290º | 0.8% | 0.25% | - |
| HSV(B) | 290º | 0.89% | 0.45% | - |
| XYZ | 8.28 | 4.12 | 16.58 | - |
| YUV | 50.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 115 | 0.15 | 0.89 | 0 | 0.55 | 290 | 0.8 | 0.25 |
| Hex | 62 | D | 73 | F | 59 | 0 | 37 | 122 | 50 | 19 |
| Octal | 142 | 15 | 163 | 17 | 131 | 0 | 67 | 442 | 120 | 31 |
| Binary | 1100010 | 1101 | 1110011 | 1111 | 1011001 | 0 | 110111 | 100100010 | 1010000 | 11001 |
Color Harmonies of #620D73
Complementary color
Monochromatic Colors of #620D73
Black with #620D73
Text Example
Text Example
White with #620D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D73; }
p { color: rgb(98,13,115); }
H1.HeaderClassName
{
color: #620D73;
}
.AnyTagClassName
{
color: #620D73;
}
</style>
background-color css
<style>
a { background-color: #620D73; }
a { background-color: rgb(98,13,115); }
div.DivClassName
{
background-color: #620D73;
}
.BgClassName
{
background-color: #620D73;
}
</style>
border-color css
<style>
span { border-color: #620D73; }
span { border-color: rgb(98,13,115); }
td.TdClassName
{
border-color: #620D73;
}
.TagClassName
{
border-color: #620D73;
}
</style>