Shades of Indigo #621184
Tints of Indigo #621184
RGB
CMYK
RGB Variations
Color information
#621184 (or 0x621184) is known color: Indigo. HEX triplet: 62, 11 and 84. RGB value is (98,17,132). Sum of RGB (Red+Green+Blue) = 98+17+132=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #621184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621184 is #9DEE7B. Grayscale: #353535. Windows color (decimal): -10350204 or 8655202. OLE color: 8655202.
HSL color Cylindrical-coordinate representation of color #621184: hue angle of 282.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621184 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 17 | 132 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.48 |
| HSL | 282.26º | 0.77% | 0.29% | - |
| HSV(B) | 282.26º | 0.87% | 0.52% | - |
| XYZ | 9.4 | 4.66 | 22.23 | - |
| YUV | 54.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 132 | 0.26 | 0.87 | 0 | 0.48 | 282.26 | 0.77 | 0.29 |
| Hex | 62 | 11 | 84 | 1A | 57 | 0 | 30 | 11A | 4D | 1D |
| Octal | 142 | 21 | 204 | 32 | 127 | 0 | 60 | 432 | 115 | 35 |
| Binary | 1100010 | 10001 | 10000100 | 11010 | 1010111 | 0 | 110000 | 100011010 | 1001101 | 11101 |
Color Harmonies of #621184
Complementary color
Monochromatic Colors of #621184
Black with #621184
Text Example
Text Example
White with #621184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621184; }
p { color: rgb(98,17,132); }
H1.HeaderClassName
{
color: #621184;
}
.AnyTagClassName
{
color: #621184;
}
</style>
background-color css
<style>
a { background-color: #621184; }
a { background-color: rgb(98,17,132); }
div.DivClassName
{
background-color: #621184;
}
.BgClassName
{
background-color: #621184;
}
</style>
border-color css
<style>
span { border-color: #621184; }
span { border-color: rgb(98,17,132); }
td.TdClassName
{
border-color: #621184;
}
.TagClassName
{
border-color: #621184;
}
</style>