Shades of Indigo #621097
Tints of Indigo #621097
RGB
CMYK
RGB Variations
Color information
#621097 (or 0x621097) is known color: Indigo. HEX triplet: 62, 10 and 97. RGB value is (98,16,151). Sum of RGB (Red+Green+Blue) = 98+16+151=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #621097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621097 is #9DEF68. Grayscale: #373737. Windows color (decimal): -10350441 or 9900130. OLE color: 9900130.
HSL color Cylindrical-coordinate representation of color #621097: hue angle of 276.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621097 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 16 | 151 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.41 |
| HSL | 276.44º | 0.81% | 0.33% | - |
| HSV(B) | 276.44º | 0.89% | 0.59% | - |
| XYZ | 10.81 | 5.2 | 29.71 | - |
| YUV | 55.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 151 | 0.35 | 0.89 | 0 | 0.41 | 276.44 | 0.81 | 0.33 |
| Hex | 62 | 10 | 97 | 23 | 59 | 0 | 29 | 114 | 51 | 21 |
| Octal | 142 | 20 | 227 | 43 | 131 | 0 | 51 | 424 | 121 | 41 |
| Binary | 1100010 | 10000 | 10010111 | 100011 | 1011001 | 0 | 101001 | 100010100 | 1010001 | 100001 |
Color Harmonies of #621097
Complementary color
Monochromatic Colors of #621097
Black with #621097
Text Example
Text Example
White with #621097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621097; }
p { color: rgb(98,16,151); }
H1.HeaderClassName
{
color: #621097;
}
.AnyTagClassName
{
color: #621097;
}
</style>
background-color css
<style>
a { background-color: #621097; }
a { background-color: rgb(98,16,151); }
div.DivClassName
{
background-color: #621097;
}
.BgClassName
{
background-color: #621097;
}
</style>
border-color css
<style>
span { border-color: #621097; }
span { border-color: rgb(98,16,151); }
td.TdClassName
{
border-color: #621097;
}
.TagClassName
{
border-color: #621097;
}
</style>