Shades of Indigo #4B1083
Tints of Indigo #4B1083
RGB
CMYK
RGB Variations
Color information
#4B1083 (or 0x4B1083) is known color: Indigo. HEX triplet: 4B, 10 and 83. RGB value is (75,16,131). Sum of RGB (Red+Green+Blue) = 75+16+131=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B1083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1083 is #B4EF7C. Grayscale: #2E2E2E. Windows color (decimal): -11857789 or 8589387. OLE color: 8589387.
HSL color Cylindrical-coordinate representation of color #4B1083: hue angle of 270.78º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1083 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 16 | 131 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.49 |
| HSL | 270.78º | 0.78% | 0.29% | - |
| HSV(B) | 270.78º | 0.88% | 0.51% | - |
| XYZ | 7.18 | 3.51 | 21.77 | - |
| YUV | 46.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 131 | 0.43 | 0.88 | 0 | 0.49 | 270.78 | 0.78 | 0.29 |
| Hex | 4B | 10 | 83 | 2B | 58 | 0 | 31 | 10F | 4E | 1D |
| Octal | 113 | 20 | 203 | 53 | 130 | 0 | 61 | 417 | 116 | 35 |
| Binary | 1001011 | 10000 | 10000011 | 101011 | 1011000 | 0 | 110001 | 100001111 | 1001110 | 11101 |
Color Harmonies of #4B1083
Complementary color
Monochromatic Colors of #4B1083
Black with #4B1083
Text Example
Text Example
White with #4B1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1083; }
p { color: rgb(75,16,131); }
H1.HeaderClassName
{
color: #4B1083;
}
.AnyTagClassName
{
color: #4B1083;
}
</style>
background-color css
<style>
a { background-color: #4B1083; }
a { background-color: rgb(75,16,131); }
div.DivClassName
{
background-color: #4B1083;
}
.BgClassName
{
background-color: #4B1083;
}
</style>
border-color css
<style>
span { border-color: #4B1083; }
span { border-color: rgb(75,16,131); }
td.TdClassName
{
border-color: #4B1083;
}
.TagClassName
{
border-color: #4B1083;
}
</style>