Shades of Indigo #621797
Tints of Indigo #621797
RGB
CMYK
RGB Variations
Color information
#621797 (or 0x621797) is known color: Indigo. HEX triplet: 62, 17 and 97. RGB value is (98,23,151). Sum of RGB (Red+Green+Blue) = 98+23+151=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #621797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621797 is #9DE868. Grayscale: #3B3B3B. Windows color (decimal): -10348649 or 9901922. OLE color: 9901922.
HSL color Cylindrical-coordinate representation of color #621797: hue angle of 275.16º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621797 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 23 | 151 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.41 |
| HSL | 275.16º | 0.74% | 0.34% | - |
| HSV(B) | 275.16º | 0.85% | 0.59% | - |
| XYZ | 10.93 | 5.44 | 29.75 | - |
| YUV | 60.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 151 | 0.35 | 0.85 | 0 | 0.41 | 275.16 | 0.74 | 0.34 |
| Hex | 62 | 17 | 97 | 23 | 55 | 0 | 29 | 113 | 4A | 22 |
| Octal | 142 | 27 | 227 | 43 | 125 | 0 | 51 | 423 | 112 | 42 |
| Binary | 1100010 | 10111 | 10010111 | 100011 | 1010101 | 0 | 101001 | 100010011 | 1001010 | 100010 |
Color Harmonies of #621797
Complementary color
Monochromatic Colors of #621797
Black with #621797
Text Example
Text Example
White with #621797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621797; }
p { color: rgb(98,23,151); }
H1.HeaderClassName
{
color: #621797;
}
.AnyTagClassName
{
color: #621797;
}
</style>
background-color css
<style>
a { background-color: #621797; }
a { background-color: rgb(98,23,151); }
div.DivClassName
{
background-color: #621797;
}
.BgClassName
{
background-color: #621797;
}
</style>
border-color css
<style>
span { border-color: #621797; }
span { border-color: rgb(98,23,151); }
td.TdClassName
{
border-color: #621797;
}
.TagClassName
{
border-color: #621797;
}
</style>