Shades of Indigo #4800AC
Tints of Indigo #4800AC
RGB
CMYK
RGB Variations
Color information
#4800AC (or 0x4800AC) is known color: Indigo. HEX triplet: 48, 00 and AC. RGB value is (72,0,172). Sum of RGB (Red+Green+Blue) = 72+0+172=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #4800AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4800AC is #B7FF53. Grayscale: #282828. Windows color (decimal): -12058452 or 11272264. OLE color: 11272264.
HSL color Cylindrical-coordinate representation of color #4800AC: hue angle of 265.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800AC is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 0 | 172 | - |
| CMYK | 0.58 | 1 | 0 | 0.33 |
| HSL | 265.12º | 1% | 0.34% | - |
| HSV(B) | 265.12º | 1% | 0.67% | - |
| XYZ | 10.12 | 4.36 | 39.34 | - |
| YUV | 41.14 | 201.85 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 172 | 0.58 | 1 | 0 | 0.33 | 265.12 | 1 | 0.34 |
| Hex | 48 | 0 | AC | 3A | 64 | 0 | 21 | 109 | 64 | 22 |
| Octal | 110 | 0 | 254 | 72 | 144 | 0 | 41 | 411 | 144 | 42 |
| Binary | 1001000 | 0 | 10101100 | 111010 | 1100100 | 0 | 100001 | 100001001 | 1100100 | 100010 |
Color Harmonies of #4800AC
Complementary color
Monochromatic Colors of #4800AC
Black with #4800AC
Text Example
Text Example
White with #4800AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4800AC; }
p { color: rgb(72,0,172); }
H1.HeaderClassName
{
color: #4800AC;
}
.AnyTagClassName
{
color: #4800AC;
}
</style>
background-color css
<style>
a { background-color: #4800AC; }
a { background-color: rgb(72,0,172); }
div.DivClassName
{
background-color: #4800AC;
}
.BgClassName
{
background-color: #4800AC;
}
</style>
border-color css
<style>
span { border-color: #4800AC; }
span { border-color: rgb(72,0,172); }
td.TdClassName
{
border-color: #4800AC;
}
.TagClassName
{
border-color: #4800AC;
}
</style>