Shades of Indigo #620198
Tints of Indigo #620198
RGB
CMYK
RGB Variations
Color information
#620198 (or 0x620198) is known color: Indigo. HEX triplet: 62, 01 and 98. RGB value is (98,1,152). Sum of RGB (Red+Green+Blue) = 98+1+152=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #620198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620198 is #9DFE67. Grayscale: #2E2E2E. Windows color (decimal): -10354280 or 9961826. OLE color: 9961826.
HSL color Cylindrical-coordinate representation of color #620198: hue angle of 278.54º degrees, saturation: 0.99, 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 #620198 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 1 | 152 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.40 |
| HSL | 278.54º | 0.99% | 0.3% | - |
| HSV(B) | 278.54º | 0.99% | 0.6% | - |
| XYZ | 10.72 | 4.89 | 30.08 | - |
| YUV | 47.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 152 | 0.36 | 0.99 | 0 | 0.40 | 278.54 | 0.99 | 0.3 |
| Hex | 62 | 1 | 98 | 24 | 63 | 0 | 28 | 117 | 63 | 1E |
| Octal | 142 | 1 | 230 | 44 | 143 | 0 | 50 | 427 | 143 | 36 |
| Binary | 1100010 | 1 | 10011000 | 100100 | 1100011 | 0 | 101000 | 100010111 | 1100011 | 11110 |
Color Harmonies of #620198
Complementary color
Monochromatic Colors of #620198
Black with #620198
Text Example
Text Example
White with #620198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620198; }
p { color: rgb(98,1,152); }
H1.HeaderClassName
{
color: #620198;
}
.AnyTagClassName
{
color: #620198;
}
</style>
background-color css
<style>
a { background-color: #620198; }
a { background-color: rgb(98,1,152); }
div.DivClassName
{
background-color: #620198;
}
.BgClassName
{
background-color: #620198;
}
</style>
border-color css
<style>
span { border-color: #620198; }
span { border-color: rgb(98,1,152); }
td.TdClassName
{
border-color: #620198;
}
.TagClassName
{
border-color: #620198;
}
</style>