Shades of Indigo #621395
Tints of Indigo #621395
RGB
CMYK
RGB Variations
Color information
#621395 (or 0x621395) is known color: Indigo. HEX triplet: 62, 13 and 95. RGB value is (98,19,149). Sum of RGB (Red+Green+Blue) = 98+19+149=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #621395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621395 is #9DEC6A. Grayscale: #393939. Windows color (decimal): -10349675 or 9769826. OLE color: 9769826.
HSL color Cylindrical-coordinate representation of color #621395: hue angle of 276.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621395 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 19 | 149 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.42 |
| HSL | 276.46º | 0.77% | 0.33% | - |
| HSV(B) | 276.46º | 0.87% | 0.58% | - |
| XYZ | 10.69 | 5.23 | 28.88 | - |
| YUV | 57.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 149 | 0.34 | 0.87 | 0 | 0.42 | 276.46 | 0.77 | 0.33 |
| Hex | 62 | 13 | 95 | 22 | 57 | 0 | 2A | 114 | 4D | 21 |
| Octal | 142 | 23 | 225 | 42 | 127 | 0 | 52 | 424 | 115 | 41 |
| Binary | 1100010 | 10011 | 10010101 | 100010 | 1010111 | 0 | 101010 | 100010100 | 1001101 | 100001 |
Color Harmonies of #621395
Complementary color
Monochromatic Colors of #621395
Black with #621395
Text Example
Text Example
White with #621395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621395; }
p { color: rgb(98,19,149); }
H1.HeaderClassName
{
color: #621395;
}
.AnyTagClassName
{
color: #621395;
}
</style>
background-color css
<style>
a { background-color: #621395; }
a { background-color: rgb(98,19,149); }
div.DivClassName
{
background-color: #621395;
}
.BgClassName
{
background-color: #621395;
}
</style>
border-color css
<style>
span { border-color: #621395; }
span { border-color: rgb(98,19,149); }
td.TdClassName
{
border-color: #621395;
}
.TagClassName
{
border-color: #621395;
}
</style>