Shades of Indigo #621293
Tints of Indigo #621293
RGB
CMYK
RGB Variations
Color information
#621293 (or 0x621293) is known color: Indigo. HEX triplet: 62, 12 and 93. RGB value is (98,18,147). Sum of RGB (Red+Green+Blue) = 98+18+147=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #621293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621293 is #9DED6C. Grayscale: #383838. Windows color (decimal): -10349933 or 9638498. OLE color: 9638498.
HSL color Cylindrical-coordinate representation of color #621293: hue angle of 277.21º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621293 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 18 | 147 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.42 |
| HSL | 277.21º | 0.78% | 0.32% | - |
| HSV(B) | 277.21º | 0.88% | 0.58% | - |
| XYZ | 10.52 | 5.14 | 28.04 | - |
| YUV | 56.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 147 | 0.33 | 0.88 | 0 | 0.42 | 277.21 | 0.78 | 0.32 |
| Hex | 62 | 12 | 93 | 21 | 58 | 0 | 2A | 115 | 4E | 20 |
| Octal | 142 | 22 | 223 | 41 | 130 | 0 | 52 | 425 | 116 | 40 |
| Binary | 1100010 | 10010 | 10010011 | 100001 | 1011000 | 0 | 101010 | 100010101 | 1001110 | 100000 |
Color Harmonies of #621293
Complementary color
Monochromatic Colors of #621293
Black with #621293
Text Example
Text Example
White with #621293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621293; }
p { color: rgb(98,18,147); }
H1.HeaderClassName
{
color: #621293;
}
.AnyTagClassName
{
color: #621293;
}
</style>
background-color css
<style>
a { background-color: #621293; }
a { background-color: rgb(98,18,147); }
div.DivClassName
{
background-color: #621293;
}
.BgClassName
{
background-color: #621293;
}
</style>
border-color css
<style>
span { border-color: #621293; }
span { border-color: rgb(98,18,147); }
td.TdClassName
{
border-color: #621293;
}
.TagClassName
{
border-color: #621293;
}
</style>