Shades of Indigo #620C9D
Tints of Indigo #620C9D
RGB
CMYK
RGB Variations
Color information
#620C9D (or 0x620C9D) is known color: Indigo. HEX triplet: 62, 0C and 9D. RGB value is (98,12,157). Sum of RGB (Red+Green+Blue) = 98+12+157=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #620C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620C9D is #9DF362. Grayscale: #353535. Windows color (decimal): -10351459 or 10292322. OLE color: 10292322.
HSL color Cylindrical-coordinate representation of color #620C9D: hue angle of 275.59º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620C9D is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 12 | 157 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.38 |
| HSL | 275.59º | 0.86% | 0.33% | - |
| HSV(B) | 275.59º | 0.92% | 0.62% | - |
| XYZ | 11.25 | 5.29 | 32.33 | - |
| YUV | 54.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 157 | 0.38 | 0.92 | 0 | 0.38 | 275.59 | 0.86 | 0.33 |
| Hex | 62 | C | 9D | 26 | 5C | 0 | 26 | 114 | 56 | 21 |
| Octal | 142 | 14 | 235 | 46 | 134 | 0 | 46 | 424 | 126 | 41 |
| Binary | 1100010 | 1100 | 10011101 | 100110 | 1011100 | 0 | 100110 | 100010100 | 1010110 | 100001 |
Color Harmonies of #620C9D
Complementary color
Monochromatic Colors of #620C9D
Black with #620C9D
Text Example
Text Example
White with #620C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C9D; }
p { color: rgb(98,12,157); }
H1.HeaderClassName
{
color: #620C9D;
}
.AnyTagClassName
{
color: #620C9D;
}
</style>
background-color css
<style>
a { background-color: #620C9D; }
a { background-color: rgb(98,12,157); }
div.DivClassName
{
background-color: #620C9D;
}
.BgClassName
{
background-color: #620C9D;
}
</style>
border-color css
<style>
span { border-color: #620C9D; }
span { border-color: rgb(98,12,157); }
td.TdClassName
{
border-color: #620C9D;
}
.TagClassName
{
border-color: #620C9D;
}
</style>