Shades of Indigo #620FA3
Tints of Indigo #620FA3
RGB
CMYK
RGB Variations
Color information
#620FA3 (or 0x620FA3) is known color: Indigo. HEX triplet: 62, 0F and A3. RGB value is (98,15,163). Sum of RGB (Red+Green+Blue) = 98+15+163=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #620FA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620FA3 is #9DF05C. Grayscale: #383838. Windows color (decimal): -10350685 or 10686306. OLE color: 10686306.
HSL color Cylindrical-coordinate representation of color #620FA3: hue angle of 273.65º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620FA3 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 15 | 163 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.36 |
| HSL | 273.65º | 0.83% | 0.35% | - |
| HSV(B) | 273.65º | 0.91% | 0.64% | - |
| XYZ | 11.82 | 5.58 | 35.1 | - |
| YUV | 56.69 | 188 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 163 | 0.40 | 0.91 | 0 | 0.36 | 273.65 | 0.83 | 0.35 |
| Hex | 62 | F | A3 | 28 | 5B | 0 | 24 | 112 | 53 | 23 |
| Octal | 142 | 17 | 243 | 50 | 133 | 0 | 44 | 422 | 123 | 43 |
| Binary | 1100010 | 1111 | 10100011 | 101000 | 1011011 | 0 | 100100 | 100010010 | 1010011 | 100011 |
Color Harmonies of #620FA3
Complementary color
Monochromatic Colors of #620FA3
Black with #620FA3
Text Example
Text Example
White with #620FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620FA3; }
p { color: rgb(98,15,163); }
H1.HeaderClassName
{
color: #620FA3;
}
.AnyTagClassName
{
color: #620FA3;
}
</style>
background-color css
<style>
a { background-color: #620FA3; }
a { background-color: rgb(98,15,163); }
div.DivClassName
{
background-color: #620FA3;
}
.BgClassName
{
background-color: #620FA3;
}
</style>
border-color css
<style>
span { border-color: #620FA3; }
span { border-color: rgb(98,15,163); }
td.TdClassName
{
border-color: #620FA3;
}
.TagClassName
{
border-color: #620FA3;
}
</style>