Shades of Indigo #620B73
Tints of Indigo #620B73
RGB
CMYK
RGB Variations
Color information
#620B73 (or 0x620B73) is known color: Indigo. HEX triplet: 62, 0B and 73. RGB value is (98,11,115). Sum of RGB (Red+Green+Blue) = 98+11+115=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #620B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B73 is #9DF48C. Grayscale: #303030. Windows color (decimal): -10351757 or 7539554. OLE color: 7539554.
HSL color Cylindrical-coordinate representation of color #620B73: hue angle of 290.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B73 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 11 | 115 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.55 |
| HSL | 290.19º | 0.83% | 0.25% | - |
| HSV(B) | 290.19º | 0.9% | 0.45% | - |
| XYZ | 8.25 | 4.07 | 16.57 | - |
| YUV | 48.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 115 | 0.15 | 0.90 | 0 | 0.55 | 290.19 | 0.83 | 0.25 |
| Hex | 62 | B | 73 | F | 5A | 0 | 37 | 122 | 53 | 19 |
| Octal | 142 | 13 | 163 | 17 | 132 | 0 | 67 | 442 | 123 | 31 |
| Binary | 1100010 | 1011 | 1110011 | 1111 | 1011010 | 0 | 110111 | 100100010 | 1010011 | 11001 |
Color Harmonies of #620B73
Complementary color
Monochromatic Colors of #620B73
Black with #620B73
Text Example
Text Example
White with #620B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B73; }
p { color: rgb(98,11,115); }
H1.HeaderClassName
{
color: #620B73;
}
.AnyTagClassName
{
color: #620B73;
}
</style>
background-color css
<style>
a { background-color: #620B73; }
a { background-color: rgb(98,11,115); }
div.DivClassName
{
background-color: #620B73;
}
.BgClassName
{
background-color: #620B73;
}
</style>
border-color css
<style>
span { border-color: #620B73; }
span { border-color: rgb(98,11,115); }
td.TdClassName
{
border-color: #620B73;
}
.TagClassName
{
border-color: #620B73;
}
</style>