Shades of Indigo #4B1680
Tints of Indigo #4B1680
RGB
CMYK
RGB Variations
Color information
#4B1680 (or 0x4B1680) is known color: Indigo. HEX triplet: 4B, 16 and 80. RGB value is (75,22,128). Sum of RGB (Red+Green+Blue) = 75+22+128=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B1680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1680 is #B4E97F. Grayscale: #313131. Windows color (decimal): -11856256 or 8394315. OLE color: 8394315.
HSL color Cylindrical-coordinate representation of color #4B1680: hue angle of 270º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B1680 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 22 | 128 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.50 |
| HSL | 270º | 0.71% | 0.29% | - |
| HSV(B) | 270º | 0.83% | 0.5% | - |
| XYZ | 7.08 | 3.63 | 20.75 | - |
| YUV | 49.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 128 | 0.41 | 0.83 | 0 | 0.50 | 270 | 0.71 | 0.29 |
| Hex | 4B | 16 | 80 | 29 | 53 | 0 | 32 | 10E | 47 | 1D |
| Octal | 113 | 26 | 200 | 51 | 123 | 0 | 62 | 416 | 107 | 35 |
| Binary | 1001011 | 10110 | 10000000 | 101001 | 1010011 | 0 | 110010 | 100001110 | 1000111 | 11101 |
Color Harmonies of #4B1680
Complementary color
Monochromatic Colors of #4B1680
Black with #4B1680
Text Example
Text Example
White with #4B1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1680; }
p { color: rgb(75,22,128); }
H1.HeaderClassName
{
color: #4B1680;
}
.AnyTagClassName
{
color: #4B1680;
}
</style>
background-color css
<style>
a { background-color: #4B1680; }
a { background-color: rgb(75,22,128); }
div.DivClassName
{
background-color: #4B1680;
}
.BgClassName
{
background-color: #4B1680;
}
</style>
border-color css
<style>
span { border-color: #4B1680; }
span { border-color: rgb(75,22,128); }
td.TdClassName
{
border-color: #4B1680;
}
.TagClassName
{
border-color: #4B1680;
}
</style>