Shades of Indigo #4806AC
Tints of Indigo #4806AC
RGB
CMYK
RGB Variations
Color information
#4806AC (or 0x4806AC) is known color: Indigo. HEX triplet: 48, 06 and AC. RGB value is (72,6,172). Sum of RGB (Red+Green+Blue) = 72+6+172=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #4806AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4806AC is #B7F953. Grayscale: #2C2C2C. Windows color (decimal): -12056916 or 11273800. OLE color: 11273800.
HSL color Cylindrical-coordinate representation of color #4806AC: hue angle of 263.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4806AC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 6 | 172 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.33 |
| HSL | 263.86º | 0.93% | 0.35% | - |
| HSV(B) | 263.86º | 0.97% | 0.67% | - |
| XYZ | 10.18 | 4.49 | 39.36 | - |
| YUV | 44.66 | 199.87 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 172 | 0.58 | 0.97 | 0 | 0.33 | 263.86 | 0.93 | 0.35 |
| Hex | 48 | 6 | AC | 3A | 61 | 0 | 21 | 108 | 5D | 23 |
| Octal | 110 | 6 | 254 | 72 | 141 | 0 | 41 | 410 | 135 | 43 |
| Binary | 1001000 | 110 | 10101100 | 111010 | 1100001 | 0 | 100001 | 100001000 | 1011101 | 100011 |
Color Harmonies of #4806AC
Complementary color
Monochromatic Colors of #4806AC
Black with #4806AC
Text Example
Text Example
White with #4806AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4806AC; }
p { color: rgb(72,6,172); }
H1.HeaderClassName
{
color: #4806AC;
}
.AnyTagClassName
{
color: #4806AC;
}
</style>
background-color css
<style>
a { background-color: #4806AC; }
a { background-color: rgb(72,6,172); }
div.DivClassName
{
background-color: #4806AC;
}
.BgClassName
{
background-color: #4806AC;
}
</style>
border-color css
<style>
span { border-color: #4806AC; }
span { border-color: rgb(72,6,172); }
td.TdClassName
{
border-color: #4806AC;
}
.TagClassName
{
border-color: #4806AC;
}
</style>