Shades of Indigo #621785
Tints of Indigo #621785
RGB
CMYK
RGB Variations
Color information
#621785 (or 0x621785) is known color: Indigo. HEX triplet: 62, 17 and 85. RGB value is (98,23,133). Sum of RGB (Red+Green+Blue) = 98+23+133=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #621785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621785 is #9DE87A. Grayscale: #393939. Windows color (decimal): -10348667 or 8722274. OLE color: 8722274.
HSL color Cylindrical-coordinate representation of color #621785: hue angle of 280.91º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621785 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 23 | 133 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.48 |
| HSL | 280.91º | 0.71% | 0.31% | - |
| HSV(B) | 280.91º | 0.83% | 0.52% | - |
| XYZ | 9.58 | 4.9 | 22.63 | - |
| YUV | 57.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 133 | 0.26 | 0.83 | 0 | 0.48 | 280.91 | 0.71 | 0.31 |
| Hex | 62 | 17 | 85 | 1A | 53 | 0 | 30 | 119 | 47 | 1F |
| Octal | 142 | 27 | 205 | 32 | 123 | 0 | 60 | 431 | 107 | 37 |
| Binary | 1100010 | 10111 | 10000101 | 11010 | 1010011 | 0 | 110000 | 100011001 | 1000111 | 11111 |
Color Harmonies of #621785
Complementary color
Monochromatic Colors of #621785
Black with #621785
Text Example
Text Example
White with #621785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621785; }
p { color: rgb(98,23,133); }
H1.HeaderClassName
{
color: #621785;
}
.AnyTagClassName
{
color: #621785;
}
</style>
background-color css
<style>
a { background-color: #621785; }
a { background-color: rgb(98,23,133); }
div.DivClassName
{
background-color: #621785;
}
.BgClassName
{
background-color: #621785;
}
</style>
border-color css
<style>
span { border-color: #621785; }
span { border-color: rgb(98,23,133); }
td.TdClassName
{
border-color: #621785;
}
.TagClassName
{
border-color: #621785;
}
</style>