Shades of Indigo #6202AD
Tints of Indigo #6202AD
RGB
CMYK
RGB Variations
Color information
#6202AD (or 0x6202AD) is known color: Indigo. HEX triplet: 62, 02 and AD. RGB value is (98,2,173). Sum of RGB (Red+Green+Blue) = 98+2+173=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #6202AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202AD is #9DFD52. Grayscale: #313131. Windows color (decimal): -10354003 or 11338338. OLE color: 11338338.
HSL color Cylindrical-coordinate representation of color #6202AD: hue angle of 273.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202AD is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 2 | 173 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.32 |
| HSL | 273.68º | 0.98% | 0.34% | - |
| HSV(B) | 273.68º | 0.99% | 0.68% | - |
| XYZ | 12.6 | 5.66 | 39.96 | - |
| YUV | 50.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 173 | 0.43 | 0.99 | 0 | 0.32 | 273.68 | 0.98 | 0.34 |
| Hex | 62 | 2 | AD | 2B | 63 | 0 | 20 | 112 | 62 | 22 |
| Octal | 142 | 2 | 255 | 53 | 143 | 0 | 40 | 422 | 142 | 42 |
| Binary | 1100010 | 10 | 10101101 | 101011 | 1100011 | 0 | 100000 | 100010010 | 1100010 | 100010 |
Color Harmonies of #6202AD
Complementary color
Monochromatic Colors of #6202AD
Black with #6202AD
Text Example
Text Example
White with #6202AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202AD; }
p { color: rgb(98,2,173); }
H1.HeaderClassName
{
color: #6202AD;
}
.AnyTagClassName
{
color: #6202AD;
}
</style>
background-color css
<style>
a { background-color: #6202AD; }
a { background-color: rgb(98,2,173); }
div.DivClassName
{
background-color: #6202AD;
}
.BgClassName
{
background-color: #6202AD;
}
</style>
border-color css
<style>
span { border-color: #6202AD; }
span { border-color: rgb(98,2,173); }
td.TdClassName
{
border-color: #6202AD;
}
.TagClassName
{
border-color: #6202AD;
}
</style>