Shades of Indigo #620F7B
Tints of Indigo #620F7B
RGB
CMYK
RGB Variations
Color information
#620F7B (or 0x620F7B) is known color: Indigo. HEX triplet: 62, 0F and 7B. RGB value is (98,15,123). Sum of RGB (Red+Green+Blue) = 98+15+123=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #620F7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F7B is #9DF084. Grayscale: #333333. Windows color (decimal): -10350725 or 8064866. OLE color: 8064866.
HSL color Cylindrical-coordinate representation of color #620F7B: hue angle of 286.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620F7B is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 15 | 123 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.52 |
| HSL | 286.11º | 0.78% | 0.27% | - |
| HSV(B) | 286.11º | 0.88% | 0.48% | - |
| XYZ | 8.78 | 4.37 | 19.12 | - |
| YUV | 52.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 123 | 0.20 | 0.88 | 0 | 0.52 | 286.11 | 0.78 | 0.27 |
| Hex | 62 | F | 7B | 14 | 58 | 0 | 34 | 11E | 4E | 1B |
| Octal | 142 | 17 | 173 | 24 | 130 | 0 | 64 | 436 | 116 | 33 |
| Binary | 1100010 | 1111 | 1111011 | 10100 | 1011000 | 0 | 110100 | 100011110 | 1001110 | 11011 |
Color Harmonies of #620F7B
Complementary color
Monochromatic Colors of #620F7B
Black with #620F7B
Text Example
Text Example
White with #620F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F7B; }
p { color: rgb(98,15,123); }
H1.HeaderClassName
{
color: #620F7B;
}
.AnyTagClassName
{
color: #620F7B;
}
</style>
background-color css
<style>
a { background-color: #620F7B; }
a { background-color: rgb(98,15,123); }
div.DivClassName
{
background-color: #620F7B;
}
.BgClassName
{
background-color: #620F7B;
}
</style>
border-color css
<style>
span { border-color: #620F7B; }
span { border-color: rgb(98,15,123); }
td.TdClassName
{
border-color: #620F7B;
}
.TagClassName
{
border-color: #620F7B;
}
</style>