Shades of Indigo #4B0172
Tints of Indigo #4B0172
RGB
CMYK
RGB Variations
Color information
#4B0172 (or 0x4B0172) is known color: Indigo. HEX triplet: 4B, 01 and 72. RGB value is (75,1,114). Sum of RGB (Red+Green+Blue) = 75+1+114=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0172 is #B4FE8D. Grayscale: #232323. Windows color (decimal): -11861646 or 7471435. OLE color: 7471435.
HSL color Cylindrical-coordinate representation of color #4B0172: hue angle of 279.29º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0172 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 1 | 114 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.55 |
| HSL | 279.29º | 0.98% | 0.23% | - |
| HSV(B) | 279.29º | 0.99% | 0.45% | - |
| XYZ | 5.95 | 2.73 | 16.13 | - |
| YUV | 36.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 114 | 0.34 | 0.99 | 0 | 0.55 | 279.29 | 0.98 | 0.23 |
| Hex | 4B | 1 | 72 | 22 | 63 | 0 | 37 | 117 | 62 | 17 |
| Octal | 113 | 1 | 162 | 42 | 143 | 0 | 67 | 427 | 142 | 27 |
| Binary | 1001011 | 1 | 1110010 | 100010 | 1100011 | 0 | 110111 | 100010111 | 1100010 | 10111 |
Color Harmonies of #4B0172
Complementary color
Monochromatic Colors of #4B0172
Black with #4B0172
Text Example
Text Example
White with #4B0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0172; }
p { color: rgb(75,1,114); }
H1.HeaderClassName
{
color: #4B0172;
}
.AnyTagClassName
{
color: #4B0172;
}
</style>
background-color css
<style>
a { background-color: #4B0172; }
a { background-color: rgb(75,1,114); }
div.DivClassName
{
background-color: #4B0172;
}
.BgClassName
{
background-color: #4B0172;
}
</style>
border-color css
<style>
span { border-color: #4B0172; }
span { border-color: rgb(75,1,114); }
td.TdClassName
{
border-color: #4B0172;
}
.TagClassName
{
border-color: #4B0172;
}
</style>