Shades of Indigo #620D9D
Tints of Indigo #620D9D
RGB
CMYK
RGB Variations
Color information
#620D9D (or 0x620D9D) is known color: Indigo. HEX triplet: 62, 0D and 9D. RGB value is (98,13,157). Sum of RGB (Red+Green+Blue) = 98+13+157=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #620D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D9D is #9DF262. Grayscale: #363636. Windows color (decimal): -10351203 or 10292578. OLE color: 10292578.
HSL color Cylindrical-coordinate representation of color #620D9D: hue angle of 275.42º degrees, saturation: 0.85, 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 #620D9D is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 13 | 157 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.38 |
| HSL | 275.42º | 0.85% | 0.33% | - |
| HSV(B) | 275.42º | 0.92% | 0.62% | - |
| XYZ | 11.27 | 5.32 | 32.33 | - |
| YUV | 54.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 157 | 0.38 | 0.92 | 0 | 0.38 | 275.42 | 0.85 | 0.33 |
| Hex | 62 | D | 9D | 26 | 5C | 0 | 26 | 113 | 55 | 21 |
| Octal | 142 | 15 | 235 | 46 | 134 | 0 | 46 | 423 | 125 | 41 |
| Binary | 1100010 | 1101 | 10011101 | 100110 | 1011100 | 0 | 100110 | 100010011 | 1010101 | 100001 |
Color Harmonies of #620D9D
Complementary color
Monochromatic Colors of #620D9D
Black with #620D9D
Text Example
Text Example
White with #620D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D9D; }
p { color: rgb(98,13,157); }
H1.HeaderClassName
{
color: #620D9D;
}
.AnyTagClassName
{
color: #620D9D;
}
</style>
background-color css
<style>
a { background-color: #620D9D; }
a { background-color: rgb(98,13,157); }
div.DivClassName
{
background-color: #620D9D;
}
.BgClassName
{
background-color: #620D9D;
}
</style>
border-color css
<style>
span { border-color: #620D9D; }
span { border-color: rgb(98,13,157); }
td.TdClassName
{
border-color: #620D9D;
}
.TagClassName
{
border-color: #620D9D;
}
</style>