Shades of Indigo #6201AD
Tints of Indigo #6201AD
RGB
CMYK
RGB Variations
Color information
#6201AD (or 0x6201AD) is known color: Indigo. HEX triplet: 62, 01 and AD. RGB value is (98,1,173). Sum of RGB (Red+Green+Blue) = 98+1+173=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #6201AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6201AD is #9DFE52. Grayscale: #313131. Windows color (decimal): -10354259 or 11338082. OLE color: 11338082.
HSL color Cylindrical-coordinate representation of color #6201AD: hue angle of 273.84º degrees, saturation: 0.99, 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 #6201AD is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 1 | 173 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.32 |
| HSL | 273.84º | 0.99% | 0.34% | - |
| HSV(B) | 273.84º | 0.99% | 0.68% | - |
| XYZ | 12.59 | 5.64 | 39.96 | - |
| YUV | 49.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 173 | 0.43 | 0.99 | 0 | 0.32 | 273.84 | 0.99 | 0.34 |
| Hex | 62 | 1 | AD | 2B | 63 | 0 | 20 | 112 | 63 | 22 |
| Octal | 142 | 1 | 255 | 53 | 143 | 0 | 40 | 422 | 143 | 42 |
| Binary | 1100010 | 1 | 10101101 | 101011 | 1100011 | 0 | 100000 | 100010010 | 1100011 | 100010 |
Color Harmonies of #6201AD
Complementary color
Monochromatic Colors of #6201AD
Black with #6201AD
Text Example
Text Example
White with #6201AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201AD; }
p { color: rgb(98,1,173); }
H1.HeaderClassName
{
color: #6201AD;
}
.AnyTagClassName
{
color: #6201AD;
}
</style>
background-color css
<style>
a { background-color: #6201AD; }
a { background-color: rgb(98,1,173); }
div.DivClassName
{
background-color: #6201AD;
}
.BgClassName
{
background-color: #6201AD;
}
</style>
border-color css
<style>
span { border-color: #6201AD; }
span { border-color: rgb(98,1,173); }
td.TdClassName
{
border-color: #6201AD;
}
.TagClassName
{
border-color: #6201AD;
}
</style>