Shades of Indigo #4C04B2
Tints of Indigo #4C04B2
RGB
CMYK
RGB Variations
Color information
#4C04B2 (or 0x4C04B2) is known color: Indigo. HEX triplet: 4C, 04 and B2. RGB value is (76,4,178). Sum of RGB (Red+Green+Blue) = 76+4+178=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #4C04B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C04B2 is #B3FB4D. Grayscale: #2C2C2C. Windows color (decimal): -11795278 or 11666508. OLE color: 11666508.
HSL color Cylindrical-coordinate representation of color #4C04B2: hue angle of 264.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C04B2 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 4 | 178 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.30 |
| HSL | 264.83º | 0.96% | 0.36% | - |
| HSV(B) | 264.83º | 0.98% | 0.7% | - |
| XYZ | 11.06 | 4.84 | 42.47 | - |
| YUV | 45.36 | 202.85 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 178 | 0.57 | 0.98 | 0 | 0.30 | 264.83 | 0.96 | 0.36 |
| Hex | 4C | 4 | B2 | 39 | 62 | 0 | 1E | 109 | 60 | 24 |
| Octal | 114 | 4 | 262 | 71 | 142 | 0 | 36 | 411 | 140 | 44 |
| Binary | 1001100 | 100 | 10110010 | 111001 | 1100010 | 0 | 11110 | 100001001 | 1100000 | 100100 |
Color Harmonies of #4C04B2
Complementary color
Monochromatic Colors of #4C04B2
Black with #4C04B2
Text Example
Text Example
White with #4C04B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C04B2; }
p { color: rgb(76,4,178); }
H1.HeaderClassName
{
color: #4C04B2;
}
.AnyTagClassName
{
color: #4C04B2;
}
</style>
background-color css
<style>
a { background-color: #4C04B2; }
a { background-color: rgb(76,4,178); }
div.DivClassName
{
background-color: #4C04B2;
}
.BgClassName
{
background-color: #4C04B2;
}
</style>
border-color css
<style>
span { border-color: #4C04B2; }
span { border-color: rgb(76,4,178); }
td.TdClassName
{
border-color: #4C04B2;
}
.TagClassName
{
border-color: #4C04B2;
}
</style>