Shades of Indigo #621592
Tints of Indigo #621592
RGB
CMYK
RGB Variations
Color information
#621592 (or 0x621592) is known color: Indigo. HEX triplet: 62, 15 and 92. RGB value is (98,21,146). Sum of RGB (Red+Green+Blue) = 98+21+146=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #621592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621592 is #9DEA6D. Grayscale: #393939. Windows color (decimal): -10349166 or 9573730. OLE color: 9573730.
HSL color Cylindrical-coordinate representation of color #621592: hue angle of 276.96º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621592 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 21 | 146 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.43 |
| HSL | 276.96º | 0.75% | 0.33% | - |
| HSV(B) | 276.96º | 0.86% | 0.57% | - |
| XYZ | 10.49 | 5.21 | 27.65 | - |
| YUV | 58.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 146 | 0.33 | 0.86 | 0 | 0.43 | 276.96 | 0.75 | 0.33 |
| Hex | 62 | 15 | 92 | 21 | 56 | 0 | 2B | 115 | 4B | 21 |
| Octal | 142 | 25 | 222 | 41 | 126 | 0 | 53 | 425 | 113 | 41 |
| Binary | 1100010 | 10101 | 10010010 | 100001 | 1010110 | 0 | 101011 | 100010101 | 1001011 | 100001 |
Color Harmonies of #621592
Complementary color
Monochromatic Colors of #621592
Black with #621592
Text Example
Text Example
White with #621592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621592; }
p { color: rgb(98,21,146); }
H1.HeaderClassName
{
color: #621592;
}
.AnyTagClassName
{
color: #621592;
}
</style>
background-color css
<style>
a { background-color: #621592; }
a { background-color: rgb(98,21,146); }
div.DivClassName
{
background-color: #621592;
}
.BgClassName
{
background-color: #621592;
}
</style>
border-color css
<style>
span { border-color: #621592; }
span { border-color: rgb(98,21,146); }
td.TdClassName
{
border-color: #621592;
}
.TagClassName
{
border-color: #621592;
}
</style>