Shades of Indigo #620888
Tints of Indigo #620888
RGB
CMYK
RGB Variations
Color information
#620888 (or 0x620888) is known color: Indigo. HEX triplet: 62, 08 and 88. RGB value is (98,8,136). Sum of RGB (Red+Green+Blue) = 98+8+136=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #620888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620888 is #9DF777. Grayscale: #313131. Windows color (decimal): -10352504 or 8915042. OLE color: 8915042.
HSL color Cylindrical-coordinate representation of color #620888: hue angle of 282.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620888 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 8 | 136 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.47 |
| HSL | 282.19º | 0.89% | 0.28% | - |
| HSV(B) | 282.19º | 0.94% | 0.53% | - |
| XYZ | 9.57 | 4.55 | 23.67 | - |
| YUV | 49.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 136 | 0.28 | 0.94 | 0 | 0.47 | 282.19 | 0.89 | 0.28 |
| Hex | 62 | 8 | 88 | 1C | 5E | 0 | 2F | 11A | 59 | 1C |
| Octal | 142 | 10 | 210 | 34 | 136 | 0 | 57 | 432 | 131 | 34 |
| Binary | 1100010 | 1000 | 10001000 | 11100 | 1011110 | 0 | 101111 | 100011010 | 1011001 | 11100 |
Color Harmonies of #620888
Complementary color
Monochromatic Colors of #620888
Black with #620888
Text Example
Text Example
White with #620888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620888; }
p { color: rgb(98,8,136); }
H1.HeaderClassName
{
color: #620888;
}
.AnyTagClassName
{
color: #620888;
}
</style>
background-color css
<style>
a { background-color: #620888; }
a { background-color: rgb(98,8,136); }
div.DivClassName
{
background-color: #620888;
}
.BgClassName
{
background-color: #620888;
}
</style>
border-color css
<style>
span { border-color: #620888; }
span { border-color: rgb(98,8,136); }
td.TdClassName
{
border-color: #620888;
}
.TagClassName
{
border-color: #620888;
}
</style>