Shades of Indigo #621284
Tints of Indigo #621284
RGB
CMYK
RGB Variations
Color information
#621284 (or 0x621284) is known color: Indigo. HEX triplet: 62, 12 and 84. RGB value is (98,18,132). Sum of RGB (Red+Green+Blue) = 98+18+132=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #621284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621284 is #9DED7B. Grayscale: #363636. Windows color (decimal): -10349948 or 8655458. OLE color: 8655458.
HSL color Cylindrical-coordinate representation of color #621284: hue angle of 282.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621284 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 18 | 132 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.48 |
| HSL | 282.11º | 0.76% | 0.29% | - |
| HSV(B) | 282.11º | 0.86% | 0.52% | - |
| XYZ | 9.42 | 4.7 | 22.24 | - |
| YUV | 54.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 132 | 0.26 | 0.86 | 0 | 0.48 | 282.11 | 0.76 | 0.29 |
| Hex | 62 | 12 | 84 | 1A | 56 | 0 | 30 | 11A | 4C | 1D |
| Octal | 142 | 22 | 204 | 32 | 126 | 0 | 60 | 432 | 114 | 35 |
| Binary | 1100010 | 10010 | 10000100 | 11010 | 1010110 | 0 | 110000 | 100011010 | 1001100 | 11101 |
Color Harmonies of #621284
Complementary color
Monochromatic Colors of #621284
Black with #621284
Text Example
Text Example
White with #621284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621284; }
p { color: rgb(98,18,132); }
H1.HeaderClassName
{
color: #621284;
}
.AnyTagClassName
{
color: #621284;
}
</style>
background-color css
<style>
a { background-color: #621284; }
a { background-color: rgb(98,18,132); }
div.DivClassName
{
background-color: #621284;
}
.BgClassName
{
background-color: #621284;
}
</style>
border-color css
<style>
span { border-color: #621284; }
span { border-color: rgb(98,18,132); }
td.TdClassName
{
border-color: #621284;
}
.TagClassName
{
border-color: #621284;
}
</style>