Shades of Indigo #4B0272
Tints of Indigo #4B0272
RGB
CMYK
RGB Variations
Color information
#4B0272 (or 0x4B0272) is known color: Indigo. HEX triplet: 4B, 02 and 72. RGB value is (75,2,114). Sum of RGB (Red+Green+Blue) = 75+2+114=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0272 is #B4FD8D. Grayscale: #242424. Windows color (decimal): -11861390 or 7471691. OLE color: 7471691.
HSL color Cylindrical-coordinate representation of color #4B0272: hue angle of 279.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0272 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 2 | 114 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.55 |
| HSL | 279.11º | 0.97% | 0.23% | - |
| HSV(B) | 279.11º | 0.98% | 0.45% | - |
| XYZ | 5.96 | 2.75 | 16.14 | - |
| YUV | 36.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 114 | 0.34 | 0.98 | 0 | 0.55 | 279.11 | 0.97 | 0.23 |
| Hex | 4B | 2 | 72 | 22 | 62 | 0 | 37 | 117 | 61 | 17 |
| Octal | 113 | 2 | 162 | 42 | 142 | 0 | 67 | 427 | 141 | 27 |
| Binary | 1001011 | 10 | 1110010 | 100010 | 1100010 | 0 | 110111 | 100010111 | 1100001 | 10111 |
Color Harmonies of #4B0272
Complementary color
Monochromatic Colors of #4B0272
Black with #4B0272
Text Example
Text Example
White with #4B0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0272; }
p { color: rgb(75,2,114); }
H1.HeaderClassName
{
color: #4B0272;
}
.AnyTagClassName
{
color: #4B0272;
}
</style>
background-color css
<style>
a { background-color: #4B0272; }
a { background-color: rgb(75,2,114); }
div.DivClassName
{
background-color: #4B0272;
}
.BgClassName
{
background-color: #4B0272;
}
</style>
border-color css
<style>
span { border-color: #4B0272; }
span { border-color: rgb(75,2,114); }
td.TdClassName
{
border-color: #4B0272;
}
.TagClassName
{
border-color: #4B0272;
}
</style>