Shades of Indigo #4C038B
Tints of Indigo #4C038B
RGB
CMYK
RGB Variations
Color information
#4C038B (or 0x4C038B) is known color: Indigo. HEX triplet: 4C, 03 and 8B. RGB value is (76,3,139). Sum of RGB (Red+Green+Blue) = 76+3+139=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C038B is #B3FC74. Grayscale: #272727. Windows color (decimal): -11795573 or 9110348. OLE color: 9110348.
HSL color Cylindrical-coordinate representation of color #4C038B: hue angle of 272.21º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C038B is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 3 | 139 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.45 |
| HSL | 272.21º | 0.96% | 0.28% | - |
| HSV(B) | 272.21º | 0.98% | 0.55% | - |
| XYZ | 7.67 | 3.47 | 24.69 | - |
| YUV | 40.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 139 | 0.45 | 0.98 | 0 | 0.45 | 272.21 | 0.96 | 0.28 |
| Hex | 4C | 3 | 8B | 2D | 62 | 0 | 2D | 110 | 60 | 1C |
| Octal | 114 | 3 | 213 | 55 | 142 | 0 | 55 | 420 | 140 | 34 |
| Binary | 1001100 | 11 | 10001011 | 101101 | 1100010 | 0 | 101101 | 100010000 | 1100000 | 11100 |
Color Harmonies of #4C038B
Complementary color
Monochromatic Colors of #4C038B
Black with #4C038B
Text Example
Text Example
White with #4C038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C038B; }
p { color: rgb(76,3,139); }
H1.HeaderClassName
{
color: #4C038B;
}
.AnyTagClassName
{
color: #4C038B;
}
</style>
background-color css
<style>
a { background-color: #4C038B; }
a { background-color: rgb(76,3,139); }
div.DivClassName
{
background-color: #4C038B;
}
.BgClassName
{
background-color: #4C038B;
}
</style>
border-color css
<style>
span { border-color: #4C038B; }
span { border-color: rgb(76,3,139); }
td.TdClassName
{
border-color: #4C038B;
}
.TagClassName
{
border-color: #4C038B;
}
</style>