Shades of Indigo #4808AD
Tints of Indigo #4808AD
RGB
CMYK
RGB Variations
Color information
#4808AD (or 0x4808AD) is known color: Indigo. HEX triplet: 48, 08 and AD. RGB value is (72,8,173). Sum of RGB (Red+Green+Blue) = 72+8+173=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #4808AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4808AD is #B7F752. Grayscale: #2D2D2D. Windows color (decimal): -12056403 or 11339848. OLE color: 11339848.
HSL color Cylindrical-coordinate representation of color #4808AD: hue angle of 263.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4808AD is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 8 | 173 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.32 |
| HSL | 263.27º | 0.91% | 0.35% | - |
| HSV(B) | 263.27º | 0.95% | 0.68% | - |
| XYZ | 10.3 | 4.57 | 39.87 | - |
| YUV | 45.95 | 199.7 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 173 | 0.58 | 0.95 | 0 | 0.32 | 263.27 | 0.91 | 0.35 |
| Hex | 48 | 8 | AD | 3A | 5F | 0 | 20 | 107 | 5B | 23 |
| Octal | 110 | 10 | 255 | 72 | 137 | 0 | 40 | 407 | 133 | 43 |
| Binary | 1001000 | 1000 | 10101101 | 111010 | 1011111 | 0 | 100000 | 100000111 | 1011011 | 100011 |
Color Harmonies of #4808AD
Complementary color
Monochromatic Colors of #4808AD
Black with #4808AD
Text Example
Text Example
White with #4808AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808AD; }
p { color: rgb(72,8,173); }
H1.HeaderClassName
{
color: #4808AD;
}
.AnyTagClassName
{
color: #4808AD;
}
</style>
background-color css
<style>
a { background-color: #4808AD; }
a { background-color: rgb(72,8,173); }
div.DivClassName
{
background-color: #4808AD;
}
.BgClassName
{
background-color: #4808AD;
}
</style>
border-color css
<style>
span { border-color: #4808AD; }
span { border-color: rgb(72,8,173); }
td.TdClassName
{
border-color: #4808AD;
}
.TagClassName
{
border-color: #4808AD;
}
</style>