Shades of Indigo #4C08AC
Tints of Indigo #4C08AC
RGB
CMYK
RGB Variations
Color information
#4C08AC (or 0x4C08AC) is known color: Indigo. HEX triplet: 4C, 08 and AC. RGB value is (76,8,172). Sum of RGB (Red+Green+Blue) = 76+8+172=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C08AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C08AC is #B3F753. Grayscale: #2E2E2E. Windows color (decimal): -11794260 or 11274316. OLE color: 11274316.
HSL color Cylindrical-coordinate representation of color #4C08AC: hue angle of 264.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C08AC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 8 | 172 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.33 |
| HSL | 264.88º | 0.91% | 0.35% | - |
| HSV(B) | 264.88º | 0.95% | 0.67% | - |
| XYZ | 10.51 | 4.69 | 39.38 | - |
| YUV | 47.03 | 198.53 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 172 | 0.56 | 0.95 | 0 | 0.33 | 264.88 | 0.91 | 0.35 |
| Hex | 4C | 8 | AC | 38 | 5F | 0 | 21 | 109 | 5B | 23 |
| Octal | 114 | 10 | 254 | 70 | 137 | 0 | 41 | 411 | 133 | 43 |
| Binary | 1001100 | 1000 | 10101100 | 111000 | 1011111 | 0 | 100001 | 100001001 | 1011011 | 100011 |
Color Harmonies of #4C08AC
Complementary color
Monochromatic Colors of #4C08AC
Black with #4C08AC
Text Example
Text Example
White with #4C08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C08AC; }
p { color: rgb(76,8,172); }
H1.HeaderClassName
{
color: #4C08AC;
}
.AnyTagClassName
{
color: #4C08AC;
}
</style>
background-color css
<style>
a { background-color: #4C08AC; }
a { background-color: rgb(76,8,172); }
div.DivClassName
{
background-color: #4C08AC;
}
.BgClassName
{
background-color: #4C08AC;
}
</style>
border-color css
<style>
span { border-color: #4C08AC; }
span { border-color: rgb(76,8,172); }
td.TdClassName
{
border-color: #4C08AC;
}
.TagClassName
{
border-color: #4C08AC;
}
</style>