Shades of Indigo #4802AD
Tints of Indigo #4802AD
RGB
CMYK
RGB Variations
Color information
#4802AD (or 0x4802AD) is known color: Indigo. HEX triplet: 48, 02 and AD. RGB value is (72,2,173). Sum of RGB (Red+Green+Blue) = 72+2+173=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #4802AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4802AD is #B7FD52. Grayscale: #292929. Windows color (decimal): -12057939 or 11338312. OLE color: 11338312.
HSL color Cylindrical-coordinate representation of color #4802AD: hue angle of 264.56º 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 #4802AD is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 2 | 173 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.32 |
| HSL | 264.56º | 0.98% | 0.34% | - |
| HSV(B) | 264.56º | 0.99% | 0.68% | - |
| XYZ | 10.24 | 4.44 | 39.85 | - |
| YUV | 42.42 | 201.69 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 173 | 0.58 | 0.99 | 0 | 0.32 | 264.56 | 0.98 | 0.34 |
| Hex | 48 | 2 | AD | 3A | 63 | 0 | 20 | 109 | 62 | 22 |
| Octal | 110 | 2 | 255 | 72 | 143 | 0 | 40 | 411 | 142 | 42 |
| Binary | 1001000 | 10 | 10101101 | 111010 | 1100011 | 0 | 100000 | 100001001 | 1100010 | 100010 |
Color Harmonies of #4802AD
Complementary color
Monochromatic Colors of #4802AD
Black with #4802AD
Text Example
Text Example
White with #4802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802AD; }
p { color: rgb(72,2,173); }
H1.HeaderClassName
{
color: #4802AD;
}
.AnyTagClassName
{
color: #4802AD;
}
</style>
background-color css
<style>
a { background-color: #4802AD; }
a { background-color: rgb(72,2,173); }
div.DivClassName
{
background-color: #4802AD;
}
.BgClassName
{
background-color: #4802AD;
}
</style>
border-color css
<style>
span { border-color: #4802AD; }
span { border-color: rgb(72,2,173); }
td.TdClassName
{
border-color: #4802AD;
}
.TagClassName
{
border-color: #4802AD;
}
</style>