Shades of Indigo #620C88
Tints of Indigo #620C88
RGB
CMYK
RGB Variations
Color information
#620C88 (or 0x620C88) is known color: Indigo. HEX triplet: 62, 0C and 88. RGB value is (98,12,136). Sum of RGB (Red+Green+Blue) = 98+12+136=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #620C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620C88 is #9DF377. Grayscale: #333333. Windows color (decimal): -10351480 or 8916066. OLE color: 8916066.
HSL color Cylindrical-coordinate representation of color #620C88: hue angle of 281.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620C88 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 12 | 136 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.47 |
| HSL | 281.61º | 0.84% | 0.29% | - |
| HSV(B) | 281.61º | 0.91% | 0.53% | - |
| XYZ | 9.61 | 4.64 | 23.68 | - |
| YUV | 51.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 136 | 0.28 | 0.91 | 0 | 0.47 | 281.61 | 0.84 | 0.29 |
| Hex | 62 | C | 88 | 1C | 5B | 0 | 2F | 11A | 54 | 1D |
| Octal | 142 | 14 | 210 | 34 | 133 | 0 | 57 | 432 | 124 | 35 |
| Binary | 1100010 | 1100 | 10001000 | 11100 | 1011011 | 0 | 101111 | 100011010 | 1010100 | 11101 |
Color Harmonies of #620C88
Complementary color
Monochromatic Colors of #620C88
Black with #620C88
Text Example
Text Example
White with #620C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C88; }
p { color: rgb(98,12,136); }
H1.HeaderClassName
{
color: #620C88;
}
.AnyTagClassName
{
color: #620C88;
}
</style>
background-color css
<style>
a { background-color: #620C88; }
a { background-color: rgb(98,12,136); }
div.DivClassName
{
background-color: #620C88;
}
.BgClassName
{
background-color: #620C88;
}
</style>
border-color css
<style>
span { border-color: #620C88; }
span { border-color: rgb(98,12,136); }
td.TdClassName
{
border-color: #620C88;
}
.TagClassName
{
border-color: #620C88;
}
</style>