Shades of Indigo #621485
Tints of Indigo #621485
RGB
CMYK
RGB Variations
Color information
#621485 (or 0x621485) is known color: Indigo. HEX triplet: 62, 14 and 85. RGB value is (98,20,133). Sum of RGB (Red+Green+Blue) = 98+20+133=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #621485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621485 is #9DEB7A. Grayscale: #373737. Windows color (decimal): -10349435 or 8721506. OLE color: 8721506.
HSL color Cylindrical-coordinate representation of color #621485: hue angle of 281.42º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621485 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 20 | 133 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.48 |
| HSL | 281.42º | 0.74% | 0.3% | - |
| HSV(B) | 281.42º | 0.85% | 0.52% | - |
| XYZ | 9.52 | 4.79 | 22.61 | - |
| YUV | 56.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 133 | 0.26 | 0.85 | 0 | 0.48 | 281.42 | 0.74 | 0.3 |
| Hex | 62 | 14 | 85 | 1A | 55 | 0 | 30 | 119 | 4A | 1E |
| Octal | 142 | 24 | 205 | 32 | 125 | 0 | 60 | 431 | 112 | 36 |
| Binary | 1100010 | 10100 | 10000101 | 11010 | 1010101 | 0 | 110000 | 100011001 | 1001010 | 11110 |
Color Harmonies of #621485
Complementary color
Monochromatic Colors of #621485
Black with #621485
Text Example
Text Example
White with #621485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621485; }
p { color: rgb(98,20,133); }
H1.HeaderClassName
{
color: #621485;
}
.AnyTagClassName
{
color: #621485;
}
</style>
background-color css
<style>
a { background-color: #621485; }
a { background-color: rgb(98,20,133); }
div.DivClassName
{
background-color: #621485;
}
.BgClassName
{
background-color: #621485;
}
</style>
border-color css
<style>
span { border-color: #621485; }
span { border-color: rgb(98,20,133); }
td.TdClassName
{
border-color: #621485;
}
.TagClassName
{
border-color: #621485;
}
</style>