Shades of Indigo #620884
Tints of Indigo #620884
RGB
CMYK
RGB Variations
Color information
#620884 (or 0x620884) is known color: Indigo. HEX triplet: 62, 08 and 84. RGB value is (98,8,132). Sum of RGB (Red+Green+Blue) = 98+8+132=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #620884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620884 is #9DF77B. Grayscale: #303030. Windows color (decimal): -10352508 or 8652898. OLE color: 8652898.
HSL color Cylindrical-coordinate representation of color #620884: hue angle of 283.55º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620884 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 8 | 132 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.48 |
| HSL | 283.55º | 0.89% | 0.27% | - |
| HSV(B) | 283.55º | 0.94% | 0.52% | - |
| XYZ | 9.29 | 4.44 | 22.2 | - |
| YUV | 49.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 132 | 0.26 | 0.94 | 0 | 0.48 | 283.55 | 0.89 | 0.27 |
| Hex | 62 | 8 | 84 | 1A | 5E | 0 | 30 | 11C | 59 | 1B |
| Octal | 142 | 10 | 204 | 32 | 136 | 0 | 60 | 434 | 131 | 33 |
| Binary | 1100010 | 1000 | 10000100 | 11010 | 1011110 | 0 | 110000 | 100011100 | 1011001 | 11011 |
Color Harmonies of #620884
Complementary color
Monochromatic Colors of #620884
Black with #620884
Text Example
Text Example
White with #620884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620884; }
p { color: rgb(98,8,132); }
H1.HeaderClassName
{
color: #620884;
}
.AnyTagClassName
{
color: #620884;
}
</style>
background-color css
<style>
a { background-color: #620884; }
a { background-color: rgb(98,8,132); }
div.DivClassName
{
background-color: #620884;
}
.BgClassName
{
background-color: #620884;
}
</style>
border-color css
<style>
span { border-color: #620884; }
span { border-color: rgb(98,8,132); }
td.TdClassName
{
border-color: #620884;
}
.TagClassName
{
border-color: #620884;
}
</style>