Shades of Indigo #620492
Tints of Indigo #620492
RGB
CMYK
RGB Variations
Color information
#620492 (or 0x620492) is known color: Indigo. HEX triplet: 62, 04 and 92. RGB value is (98,4,146). Sum of RGB (Red+Green+Blue) = 98+4+146=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #620492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620492 is #9DFB6D. Grayscale: #2F2F2F. Windows color (decimal): -10353518 or 9569378. OLE color: 9569378.
HSL color Cylindrical-coordinate representation of color #620492: hue angle of 279.72º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620492 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 4 | 146 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.43 |
| HSL | 279.72º | 0.95% | 0.29% | - |
| HSV(B) | 279.72º | 0.97% | 0.57% | - |
| XYZ | 10.27 | 4.76 | 27.57 | - |
| YUV | 48.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 146 | 0.33 | 0.97 | 0 | 0.43 | 279.72 | 0.95 | 0.29 |
| Hex | 62 | 4 | 92 | 21 | 61 | 0 | 2B | 118 | 5F | 1D |
| Octal | 142 | 4 | 222 | 41 | 141 | 0 | 53 | 430 | 137 | 35 |
| Binary | 1100010 | 100 | 10010010 | 100001 | 1100001 | 0 | 101011 | 100011000 | 1011111 | 11101 |
Color Harmonies of #620492
Complementary color
Monochromatic Colors of #620492
Black with #620492
Text Example
Text Example
White with #620492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620492; }
p { color: rgb(98,4,146); }
H1.HeaderClassName
{
color: #620492;
}
.AnyTagClassName
{
color: #620492;
}
</style>
background-color css
<style>
a { background-color: #620492; }
a { background-color: rgb(98,4,146); }
div.DivClassName
{
background-color: #620492;
}
.BgClassName
{
background-color: #620492;
}
</style>
border-color css
<style>
span { border-color: #620492; }
span { border-color: rgb(98,4,146); }
td.TdClassName
{
border-color: #620492;
}
.TagClassName
{
border-color: #620492;
}
</style>