Shades of Indigo #4B148A
Tints of Indigo #4B148A
RGB
CMYK
RGB Variations
Color information
#4B148A (or 0x4B148A) is known color: Indigo. HEX triplet: 4B, 14 and 8A. RGB value is (75,20,138). Sum of RGB (Red+Green+Blue) = 75+20+138=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B148A is #B4EB75. Grayscale: #313131. Windows color (decimal): -11856758 or 9049163. OLE color: 9049163.
HSL color Cylindrical-coordinate representation of color #4B148A: hue angle of 267.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B148A is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 20 | 138 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.46 |
| HSL | 267.97º | 0.75% | 0.31% | - |
| HSV(B) | 267.97º | 0.86% | 0.54% | - |
| XYZ | 7.74 | 3.83 | 24.38 | - |
| YUV | 49.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 138 | 0.46 | 0.86 | 0 | 0.46 | 267.97 | 0.75 | 0.31 |
| Hex | 4B | 14 | 8A | 2E | 56 | 0 | 2E | 10C | 4B | 1F |
| Octal | 113 | 24 | 212 | 56 | 126 | 0 | 56 | 414 | 113 | 37 |
| Binary | 1001011 | 10100 | 10001010 | 101110 | 1010110 | 0 | 101110 | 100001100 | 1001011 | 11111 |
Color Harmonies of #4B148A
Complementary color
Monochromatic Colors of #4B148A
Black with #4B148A
Text Example
Text Example
White with #4B148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B148A; }
p { color: rgb(75,20,138); }
H1.HeaderClassName
{
color: #4B148A;
}
.AnyTagClassName
{
color: #4B148A;
}
</style>
background-color css
<style>
a { background-color: #4B148A; }
a { background-color: rgb(75,20,138); }
div.DivClassName
{
background-color: #4B148A;
}
.BgClassName
{
background-color: #4B148A;
}
</style>
border-color css
<style>
span { border-color: #4B148A; }
span { border-color: rgb(75,20,138); }
td.TdClassName
{
border-color: #4B148A;
}
.TagClassName
{
border-color: #4B148A;
}
</style>