Shades of Indigo #621398
Tints of Indigo #621398
RGB
CMYK
RGB Variations
Color information
#621398 (or 0x621398) is known color: Indigo. HEX triplet: 62, 13 and 98. RGB value is (98,19,152). Sum of RGB (Red+Green+Blue) = 98+19+152=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #621398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621398 is #9DEC67. Grayscale: #393939. Windows color (decimal): -10349672 or 9966434. OLE color: 9966434.
HSL color Cylindrical-coordinate representation of color #621398: hue angle of 275.64º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621398 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 19 | 152 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.40 |
| HSL | 275.64º | 0.78% | 0.34% | - |
| HSV(B) | 275.64º | 0.88% | 0.6% | - |
| XYZ | 10.94 | 5.33 | 30.16 | - |
| YUV | 57.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 152 | 0.36 | 0.87 | 0 | 0.40 | 275.64 | 0.78 | 0.34 |
| Hex | 62 | 13 | 98 | 24 | 57 | 0 | 28 | 114 | 4E | 22 |
| Octal | 142 | 23 | 230 | 44 | 127 | 0 | 50 | 424 | 116 | 42 |
| Binary | 1100010 | 10011 | 10011000 | 100100 | 1010111 | 0 | 101000 | 100010100 | 1001110 | 100010 |
Color Harmonies of #621398
Complementary color
Monochromatic Colors of #621398
Black with #621398
Text Example
Text Example
White with #621398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621398; }
p { color: rgb(98,19,152); }
H1.HeaderClassName
{
color: #621398;
}
.AnyTagClassName
{
color: #621398;
}
</style>
background-color css
<style>
a { background-color: #621398; }
a { background-color: rgb(98,19,152); }
div.DivClassName
{
background-color: #621398;
}
.BgClassName
{
background-color: #621398;
}
</style>
border-color css
<style>
span { border-color: #621398; }
span { border-color: rgb(98,19,152); }
td.TdClassName
{
border-color: #621398;
}
.TagClassName
{
border-color: #621398;
}
</style>