Shades of Indigo #4C08A1
Tints of Indigo #4C08A1
RGB
CMYK
RGB Variations
Color information
#4C08A1 (or 0x4C08A1) is known color: Indigo. HEX triplet: 4C, 08 and A1. RGB value is (76,8,161). Sum of RGB (Red+Green+Blue) = 76+8+161=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C08A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C08A1 is #B3F75E. Grayscale: #2D2D2D. Windows color (decimal): -11794271 or 10553420. OLE color: 10553420.
HSL color Cylindrical-coordinate representation of color #4C08A1: hue angle of 266.67º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C08A1 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 8 | 161 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.37 |
| HSL | 266.67º | 0.91% | 0.33% | - |
| HSV(B) | 266.67º | 0.95% | 0.63% | - |
| XYZ | 9.5 | 4.28 | 34.04 | - |
| YUV | 45.77 | 193.03 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 161 | 0.53 | 0.95 | 0 | 0.37 | 266.67 | 0.91 | 0.33 |
| Hex | 4C | 8 | A1 | 35 | 5F | 0 | 25 | 10B | 5B | 21 |
| Octal | 114 | 10 | 241 | 65 | 137 | 0 | 45 | 413 | 133 | 41 |
| Binary | 1001100 | 1000 | 10100001 | 110101 | 1011111 | 0 | 100101 | 100001011 | 1011011 | 100001 |
Color Harmonies of #4C08A1
Complementary color
Monochromatic Colors of #4C08A1
Black with #4C08A1
Text Example
Text Example
White with #4C08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C08A1; }
p { color: rgb(76,8,161); }
H1.HeaderClassName
{
color: #4C08A1;
}
.AnyTagClassName
{
color: #4C08A1;
}
</style>
background-color css
<style>
a { background-color: #4C08A1; }
a { background-color: rgb(76,8,161); }
div.DivClassName
{
background-color: #4C08A1;
}
.BgClassName
{
background-color: #4C08A1;
}
</style>
border-color css
<style>
span { border-color: #4C08A1; }
span { border-color: rgb(76,8,161); }
td.TdClassName
{
border-color: #4C08A1;
}
.TagClassName
{
border-color: #4C08A1;
}
</style>