Shades of Indigo #620C85
Tints of Indigo #620C85
RGB
CMYK
RGB Variations
Color information
#620C85 (or 0x620C85) is known color: Indigo. HEX triplet: 62, 0C and 85. RGB value is (98,12,133). Sum of RGB (Red+Green+Blue) = 98+12+133=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #620C85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620C85 is #9DF37A. Grayscale: #333333. Windows color (decimal): -10351483 or 8719458. OLE color: 8719458.
HSL color Cylindrical-coordinate representation of color #620C85: hue angle of 282.64º 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 #620C85 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 12 | 133 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.48 |
| HSL | 282.64º | 0.83% | 0.28% | - |
| HSV(B) | 282.64º | 0.91% | 0.52% | - |
| XYZ | 9.4 | 4.55 | 22.57 | - |
| YUV | 51.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 133 | 0.26 | 0.91 | 0 | 0.48 | 282.64 | 0.83 | 0.28 |
| Hex | 62 | C | 85 | 1A | 5B | 0 | 30 | 11B | 53 | 1C |
| Octal | 142 | 14 | 205 | 32 | 133 | 0 | 60 | 433 | 123 | 34 |
| Binary | 1100010 | 1100 | 10000101 | 11010 | 1011011 | 0 | 110000 | 100011011 | 1010011 | 11100 |
Color Harmonies of #620C85
Complementary color
Monochromatic Colors of #620C85
Black with #620C85
Text Example
Text Example
White with #620C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C85; }
p { color: rgb(98,12,133); }
H1.HeaderClassName
{
color: #620C85;
}
.AnyTagClassName
{
color: #620C85;
}
</style>
background-color css
<style>
a { background-color: #620C85; }
a { background-color: rgb(98,12,133); }
div.DivClassName
{
background-color: #620C85;
}
.BgClassName
{
background-color: #620C85;
}
</style>
border-color css
<style>
span { border-color: #620C85; }
span { border-color: rgb(98,12,133); }
td.TdClassName
{
border-color: #620C85;
}
.TagClassName
{
border-color: #620C85;
}
</style>