Shades of Indigo #4B147B
Tints of Indigo #4B147B
RGB
CMYK
RGB Variations
Color information
#4B147B (or 0x4B147B) is known color: Indigo. HEX triplet: 4B, 14 and 7B. RGB value is (75,20,123). Sum of RGB (Red+Green+Blue) = 75+20+123=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B147B is #B4EB84. Grayscale: #2F2F2F. Windows color (decimal): -11856773 or 8066123. OLE color: 8066123.
HSL color Cylindrical-coordinate representation of color #4B147B: hue angle of 272.04º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B147B is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 20 | 123 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.52 |
| HSL | 272.04º | 0.72% | 0.28% | - |
| HSV(B) | 272.04º | 0.84% | 0.48% | - |
| XYZ | 6.73 | 3.43 | 19.05 | - |
| YUV | 48.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 123 | 0.39 | 0.84 | 0 | 0.52 | 272.04 | 0.72 | 0.28 |
| Hex | 4B | 14 | 7B | 27 | 54 | 0 | 34 | 110 | 48 | 1C |
| Octal | 113 | 24 | 173 | 47 | 124 | 0 | 64 | 420 | 110 | 34 |
| Binary | 1001011 | 10100 | 1111011 | 100111 | 1010100 | 0 | 110100 | 100010000 | 1001000 | 11100 |
Color Harmonies of #4B147B
Complementary color
Monochromatic Colors of #4B147B
Black with #4B147B
Text Example
Text Example
White with #4B147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B147B; }
p { color: rgb(75,20,123); }
H1.HeaderClassName
{
color: #4B147B;
}
.AnyTagClassName
{
color: #4B147B;
}
</style>
background-color css
<style>
a { background-color: #4B147B; }
a { background-color: rgb(75,20,123); }
div.DivClassName
{
background-color: #4B147B;
}
.BgClassName
{
background-color: #4B147B;
}
</style>
border-color css
<style>
span { border-color: #4B147B; }
span { border-color: rgb(75,20,123); }
td.TdClassName
{
border-color: #4B147B;
}
.TagClassName
{
border-color: #4B147B;
}
</style>