Shades of Indigo #621282
Tints of Indigo #621282
RGB
CMYK
RGB Variations
Color information
#621282 (or 0x621282) is known color: Indigo. HEX triplet: 62, 12 and 82. RGB value is (98,18,130). Sum of RGB (Red+Green+Blue) = 98+18+130=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #621282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621282 is #9DED7D. Grayscale: #363636. Windows color (decimal): -10349950 or 8524386. OLE color: 8524386.
HSL color Cylindrical-coordinate representation of color #621282: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621282 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 18 | 130 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.49 |
| HSL | 282.86º | 0.76% | 0.29% | - |
| HSV(B) | 282.86º | 0.86% | 0.51% | - |
| XYZ | 9.28 | 4.64 | 21.53 | - |
| YUV | 54.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 130 | 0.25 | 0.86 | 0 | 0.49 | 282.86 | 0.76 | 0.29 |
| Hex | 62 | 12 | 82 | 19 | 56 | 0 | 31 | 11B | 4C | 1D |
| Octal | 142 | 22 | 202 | 31 | 126 | 0 | 61 | 433 | 114 | 35 |
| Binary | 1100010 | 10010 | 10000010 | 11001 | 1010110 | 0 | 110001 | 100011011 | 1001100 | 11101 |
Color Harmonies of #621282
Complementary color
Monochromatic Colors of #621282
Black with #621282
Text Example
Text Example
White with #621282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621282; }
p { color: rgb(98,18,130); }
H1.HeaderClassName
{
color: #621282;
}
.AnyTagClassName
{
color: #621282;
}
</style>
background-color css
<style>
a { background-color: #621282; }
a { background-color: rgb(98,18,130); }
div.DivClassName
{
background-color: #621282;
}
.BgClassName
{
background-color: #621282;
}
</style>
border-color css
<style>
span { border-color: #621282; }
span { border-color: rgb(98,18,130); }
td.TdClassName
{
border-color: #621282;
}
.TagClassName
{
border-color: #621282;
}
</style>