Shades of Indigo #4B038C
Tints of Indigo #4B038C
RGB
CMYK
RGB Variations
Color information
#4B038C (or 0x4B038C) is known color: Indigo. HEX triplet: 4B, 03 and 8C. RGB value is (75,3,140). Sum of RGB (Red+Green+Blue) = 75+3+140=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B038C is #B4FC73. Grayscale: #272727. Windows color (decimal): -11861108 or 9175883. OLE color: 9175883.
HSL color Cylindrical-coordinate representation of color #4B038C: hue angle of 271.53º 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 #4B038C is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 3 | 140 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.45 |
| HSL | 271.53º | 0.96% | 0.28% | - |
| HSV(B) | 271.53º | 0.98% | 0.55% | - |
| XYZ | 7.67 | 3.45 | 25.07 | - |
| YUV | 40.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 140 | 0.46 | 0.98 | 0 | 0.45 | 271.53 | 0.96 | 0.28 |
| Hex | 4B | 3 | 8C | 2E | 62 | 0 | 2D | 110 | 60 | 1C |
| Octal | 113 | 3 | 214 | 56 | 142 | 0 | 55 | 420 | 140 | 34 |
| Binary | 1001011 | 11 | 10001100 | 101110 | 1100010 | 0 | 101101 | 100010000 | 1100000 | 11100 |
Color Harmonies of #4B038C
Complementary color
Monochromatic Colors of #4B038C
Black with #4B038C
Text Example
Text Example
White with #4B038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B038C; }
p { color: rgb(75,3,140); }
H1.HeaderClassName
{
color: #4B038C;
}
.AnyTagClassName
{
color: #4B038C;
}
</style>
background-color css
<style>
a { background-color: #4B038C; }
a { background-color: rgb(75,3,140); }
div.DivClassName
{
background-color: #4B038C;
}
.BgClassName
{
background-color: #4B038C;
}
</style>
border-color css
<style>
span { border-color: #4B038C; }
span { border-color: rgb(75,3,140); }
td.TdClassName
{
border-color: #4B038C;
}
.TagClassName
{
border-color: #4B038C;
}
</style>