Shades of Indigo #4B1084
Tints of Indigo #4B1084
RGB
CMYK
RGB Variations
Color information
#4B1084 (or 0x4B1084) is known color: Indigo. HEX triplet: 4B, 10 and 84. RGB value is (75,16,132). Sum of RGB (Red+Green+Blue) = 75+16+132=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B1084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1084 is #B4EF7B. Grayscale: #2E2E2E. Windows color (decimal): -11857788 or 8654923. OLE color: 8654923.
HSL color Cylindrical-coordinate representation of color #4B1084: hue angle of 270.52º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1084 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 16 | 132 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.48 |
| HSL | 270.52º | 0.78% | 0.29% | - |
| HSV(B) | 270.52º | 0.88% | 0.52% | - |
| XYZ | 7.25 | 3.53 | 22.13 | - |
| YUV | 46.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 132 | 0.43 | 0.88 | 0 | 0.48 | 270.52 | 0.78 | 0.29 |
| Hex | 4B | 10 | 84 | 2B | 58 | 0 | 30 | 10F | 4E | 1D |
| Octal | 113 | 20 | 204 | 53 | 130 | 0 | 60 | 417 | 116 | 35 |
| Binary | 1001011 | 10000 | 10000100 | 101011 | 1011000 | 0 | 110000 | 100001111 | 1001110 | 11101 |
Color Harmonies of #4B1084
Complementary color
Monochromatic Colors of #4B1084
Black with #4B1084
Text Example
Text Example
White with #4B1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1084; }
p { color: rgb(75,16,132); }
H1.HeaderClassName
{
color: #4B1084;
}
.AnyTagClassName
{
color: #4B1084;
}
</style>
background-color css
<style>
a { background-color: #4B1084; }
a { background-color: rgb(75,16,132); }
div.DivClassName
{
background-color: #4B1084;
}
.BgClassName
{
background-color: #4B1084;
}
</style>
border-color css
<style>
span { border-color: #4B1084; }
span { border-color: rgb(75,16,132); }
td.TdClassName
{
border-color: #4B1084;
}
.TagClassName
{
border-color: #4B1084;
}
</style>