Shades of Indigo #4B0672
Tints of Indigo #4B0672
RGB
CMYK
RGB Variations
Color information
#4B0672 (or 0x4B0672) is known color: Indigo. HEX triplet: 4B, 06 and 72. RGB value is (75,6,114). Sum of RGB (Red+Green+Blue) = 75+6+114=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0672 is #B4F98D. Grayscale: #262626. Windows color (decimal): -11860366 or 7472715. OLE color: 7472715.
HSL color Cylindrical-coordinate representation of color #4B0672: hue angle of 278.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0672 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 6 | 114 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.55 |
| HSL | 278.33º | 0.9% | 0.24% | - |
| HSV(B) | 278.33º | 0.95% | 0.45% | - |
| XYZ | 6 | 2.84 | 16.15 | - |
| YUV | 38.94 | 170.36 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 114 | 0.34 | 0.95 | 0 | 0.55 | 278.33 | 0.9 | 0.24 |
| Hex | 4B | 6 | 72 | 22 | 5F | 0 | 37 | 116 | 5A | 18 |
| Octal | 113 | 6 | 162 | 42 | 137 | 0 | 67 | 426 | 132 | 30 |
| Binary | 1001011 | 110 | 1110010 | 100010 | 1011111 | 0 | 110111 | 100010110 | 1011010 | 11000 |
Color Harmonies of #4B0672
Complementary color
Monochromatic Colors of #4B0672
Black with #4B0672
Text Example
Text Example
White with #4B0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0672; }
p { color: rgb(75,6,114); }
H1.HeaderClassName
{
color: #4B0672;
}
.AnyTagClassName
{
color: #4B0672;
}
</style>
background-color css
<style>
a { background-color: #4B0672; }
a { background-color: rgb(75,6,114); }
div.DivClassName
{
background-color: #4B0672;
}
.BgClassName
{
background-color: #4B0672;
}
</style>
border-color css
<style>
span { border-color: #4B0672; }
span { border-color: rgb(75,6,114); }
td.TdClassName
{
border-color: #4B0672;
}
.TagClassName
{
border-color: #4B0672;
}
</style>