Shades of Indigo #621884
Tints of Indigo #621884
RGB
CMYK
RGB Variations
Color information
#621884 (or 0x621884) is known color: Indigo. HEX triplet: 62, 18 and 84. RGB value is (98,24,132). Sum of RGB (Red+Green+Blue) = 98+24+132=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #621884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621884 is #9DE77B. Grayscale: #3A3A3A. Windows color (decimal): -10348412 or 8656994. OLE color: 8656994.
HSL color Cylindrical-coordinate representation of color #621884: hue angle of 281.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621884 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 24 | 132 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.48 |
| HSL | 281.11º | 0.69% | 0.31% | - |
| HSV(B) | 281.11º | 0.82% | 0.52% | - |
| XYZ | 9.53 | 4.92 | 22.28 | - |
| YUV | 58.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 132 | 0.26 | 0.82 | 0 | 0.48 | 281.11 | 0.69 | 0.31 |
| Hex | 62 | 18 | 84 | 1A | 52 | 0 | 30 | 119 | 45 | 1F |
| Octal | 142 | 30 | 204 | 32 | 122 | 0 | 60 | 431 | 105 | 37 |
| Binary | 1100010 | 11000 | 10000100 | 11010 | 1010010 | 0 | 110000 | 100011001 | 1000101 | 11111 |
Color Harmonies of #621884
Complementary color
Monochromatic Colors of #621884
Black with #621884
Text Example
Text Example
White with #621884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621884; }
p { color: rgb(98,24,132); }
H1.HeaderClassName
{
color: #621884;
}
.AnyTagClassName
{
color: #621884;
}
</style>
background-color css
<style>
a { background-color: #621884; }
a { background-color: rgb(98,24,132); }
div.DivClassName
{
background-color: #621884;
}
.BgClassName
{
background-color: #621884;
}
</style>
border-color css
<style>
span { border-color: #621884; }
span { border-color: rgb(98,24,132); }
td.TdClassName
{
border-color: #621884;
}
.TagClassName
{
border-color: #621884;
}
</style>