Shades of Indigo #620C84
Tints of Indigo #620C84
RGB
CMYK
RGB Variations
Color information
#620C84 (or 0x620C84) is known color: Indigo. HEX triplet: 62, 0C and 84. RGB value is (98,12,132). Sum of RGB (Red+Green+Blue) = 98+12+132=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #620C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620C84 is #9DF37B. Grayscale: #333333. Windows color (decimal): -10351484 or 8653922. OLE color: 8653922.
HSL color Cylindrical-coordinate representation of color #620C84: hue angle of 283º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620C84 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 12 | 132 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.48 |
| HSL | 283º | 0.83% | 0.28% | - |
| HSV(B) | 283º | 0.91% | 0.52% | - |
| XYZ | 9.33 | 4.53 | 22.21 | - |
| YUV | 51.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 132 | 0.26 | 0.91 | 0 | 0.48 | 283 | 0.83 | 0.28 |
| Hex | 62 | C | 84 | 1A | 5B | 0 | 30 | 11B | 53 | 1C |
| Octal | 142 | 14 | 204 | 32 | 133 | 0 | 60 | 433 | 123 | 34 |
| Binary | 1100010 | 1100 | 10000100 | 11010 | 1011011 | 0 | 110000 | 100011011 | 1010011 | 11100 |
Color Harmonies of #620C84
Complementary color
Monochromatic Colors of #620C84
Black with #620C84
Text Example
Text Example
White with #620C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C84; }
p { color: rgb(98,12,132); }
H1.HeaderClassName
{
color: #620C84;
}
.AnyTagClassName
{
color: #620C84;
}
</style>
background-color css
<style>
a { background-color: #620C84; }
a { background-color: rgb(98,12,132); }
div.DivClassName
{
background-color: #620C84;
}
.BgClassName
{
background-color: #620C84;
}
</style>
border-color css
<style>
span { border-color: #620C84; }
span { border-color: rgb(98,12,132); }
td.TdClassName
{
border-color: #620C84;
}
.TagClassName
{
border-color: #620C84;
}
</style>