Shades of Indigo #620298
Tints of Indigo #620298
RGB
CMYK
RGB Variations
Color information
#620298 (or 0x620298) is known color: Indigo. HEX triplet: 62, 02 and 98. RGB value is (98,2,152). Sum of RGB (Red+Green+Blue) = 98+2+152=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #620298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620298 is #9DFD67. Grayscale: #2F2F2F. Windows color (decimal): -10354024 or 9962082. OLE color: 9962082.
HSL color Cylindrical-coordinate representation of color #620298: hue angle of 278.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620298 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 2 | 152 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.40 |
| HSL | 278.4º | 0.97% | 0.3% | - |
| HSV(B) | 278.4º | 0.99% | 0.6% | - |
| XYZ | 10.73 | 4.91 | 30.09 | - |
| YUV | 47.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 152 | 0.36 | 0.99 | 0 | 0.40 | 278.4 | 0.97 | 0.3 |
| Hex | 62 | 2 | 98 | 24 | 63 | 0 | 28 | 116 | 61 | 1E |
| Octal | 142 | 2 | 230 | 44 | 143 | 0 | 50 | 426 | 141 | 36 |
| Binary | 1100010 | 10 | 10011000 | 100100 | 1100011 | 0 | 101000 | 100010110 | 1100001 | 11110 |
Color Harmonies of #620298
Complementary color
Monochromatic Colors of #620298
Black with #620298
Text Example
Text Example
White with #620298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620298; }
p { color: rgb(98,2,152); }
H1.HeaderClassName
{
color: #620298;
}
.AnyTagClassName
{
color: #620298;
}
</style>
background-color css
<style>
a { background-color: #620298; }
a { background-color: rgb(98,2,152); }
div.DivClassName
{
background-color: #620298;
}
.BgClassName
{
background-color: #620298;
}
</style>
border-color css
<style>
span { border-color: #620298; }
span { border-color: rgb(98,2,152); }
td.TdClassName
{
border-color: #620298;
}
.TagClassName
{
border-color: #620298;
}
</style>