Shades of Indigo #621782
Tints of Indigo #621782
RGB
CMYK
RGB Variations
Color information
#621782 (or 0x621782) is known color: Indigo. HEX triplet: 62, 17 and 82. RGB value is (98,23,130). Sum of RGB (Red+Green+Blue) = 98+23+130=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #621782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621782 is #9DE87D. Grayscale: #393939. Windows color (decimal): -10348670 or 8525666. OLE color: 8525666.
HSL color Cylindrical-coordinate representation of color #621782: hue angle of 282.06º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621782 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 23 | 130 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.49 |
| HSL | 282.06º | 0.7% | 0.3% | - |
| HSV(B) | 282.06º | 0.82% | 0.51% | - |
| XYZ | 9.37 | 4.82 | 21.56 | - |
| YUV | 57.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 130 | 0.25 | 0.82 | 0 | 0.49 | 282.06 | 0.7 | 0.3 |
| Hex | 62 | 17 | 82 | 19 | 52 | 0 | 31 | 11A | 46 | 1E |
| Octal | 142 | 27 | 202 | 31 | 122 | 0 | 61 | 432 | 106 | 36 |
| Binary | 1100010 | 10111 | 10000010 | 11001 | 1010010 | 0 | 110001 | 100011010 | 1000110 | 11110 |
Color Harmonies of #621782
Complementary color
Monochromatic Colors of #621782
Black with #621782
Text Example
Text Example
White with #621782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621782; }
p { color: rgb(98,23,130); }
H1.HeaderClassName
{
color: #621782;
}
.AnyTagClassName
{
color: #621782;
}
</style>
background-color css
<style>
a { background-color: #621782; }
a { background-color: rgb(98,23,130); }
div.DivClassName
{
background-color: #621782;
}
.BgClassName
{
background-color: #621782;
}
</style>
border-color css
<style>
span { border-color: #621782; }
span { border-color: rgb(98,23,130); }
td.TdClassName
{
border-color: #621782;
}
.TagClassName
{
border-color: #621782;
}
</style>