Shades of Indigo #621079
Tints of Indigo #621079
RGB
CMYK
RGB Variations
Color information
#621079 (or 0x621079) is known color: Indigo. HEX triplet: 62, 10 and 79. RGB value is (98,16,121). Sum of RGB (Red+Green+Blue) = 98+16+121=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #621079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621079 is #9DEF86. Grayscale: #343434. Windows color (decimal): -10350471 or 7934050. OLE color: 7934050.
HSL color Cylindrical-coordinate representation of color #621079: hue angle of 286.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621079 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 16 | 121 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.53 |
| HSL | 286.86º | 0.77% | 0.27% | - |
| HSV(B) | 286.86º | 0.87% | 0.47% | - |
| XYZ | 8.67 | 4.35 | 18.47 | - |
| YUV | 52.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 121 | 0.19 | 0.87 | 0 | 0.53 | 286.86 | 0.77 | 0.27 |
| Hex | 62 | 10 | 79 | 13 | 57 | 0 | 35 | 11F | 4D | 1B |
| Octal | 142 | 20 | 171 | 23 | 127 | 0 | 65 | 437 | 115 | 33 |
| Binary | 1100010 | 10000 | 1111001 | 10011 | 1010111 | 0 | 110101 | 100011111 | 1001101 | 11011 |
Color Harmonies of #621079
Complementary color
Monochromatic Colors of #621079
Black with #621079
Text Example
Text Example
White with #621079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621079; }
p { color: rgb(98,16,121); }
H1.HeaderClassName
{
color: #621079;
}
.AnyTagClassName
{
color: #621079;
}
</style>
background-color css
<style>
a { background-color: #621079; }
a { background-color: rgb(98,16,121); }
div.DivClassName
{
background-color: #621079;
}
.BgClassName
{
background-color: #621079;
}
</style>
border-color css
<style>
span { border-color: #621079; }
span { border-color: rgb(98,16,121); }
td.TdClassName
{
border-color: #621079;
}
.TagClassName
{
border-color: #621079;
}
</style>