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