Shades of Indigo #4B0F7B
Tints of Indigo #4B0F7B
RGB
CMYK
RGB Variations
Color information
#4B0F7B (or 0x4B0F7B) is known color: Indigo. HEX triplet: 4B, 0F and 7B. RGB value is (75,15,123). Sum of RGB (Red+Green+Blue) = 75+15+123=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B0F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0F7B is #B4F084. Grayscale: #2C2C2C. Windows color (decimal): -11858053 or 8064843. OLE color: 8064843.
HSL color Cylindrical-coordinate representation of color #4B0F7B: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0F7B is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 15 | 123 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.52 |
| HSL | 273.33º | 0.78% | 0.27% | - |
| HSV(B) | 273.33º | 0.88% | 0.48% | - |
| XYZ | 6.65 | 3.27 | 19.02 | - |
| YUV | 45.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 123 | 0.39 | 0.88 | 0 | 0.52 | 273.33 | 0.78 | 0.27 |
| Hex | 4B | F | 7B | 27 | 58 | 0 | 34 | 111 | 4E | 1B |
| Octal | 113 | 17 | 173 | 47 | 130 | 0 | 64 | 421 | 116 | 33 |
| Binary | 1001011 | 1111 | 1111011 | 100111 | 1011000 | 0 | 110100 | 100010001 | 1001110 | 11011 |
Color Harmonies of #4B0F7B
Complementary color
Monochromatic Colors of #4B0F7B
Black with #4B0F7B
Text Example
Text Example
White with #4B0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0F7B; }
p { color: rgb(75,15,123); }
H1.HeaderClassName
{
color: #4B0F7B;
}
.AnyTagClassName
{
color: #4B0F7B;
}
</style>
background-color css
<style>
a { background-color: #4B0F7B; }
a { background-color: rgb(75,15,123); }
div.DivClassName
{
background-color: #4B0F7B;
}
.BgClassName
{
background-color: #4B0F7B;
}
</style>
border-color css
<style>
span { border-color: #4B0F7B; }
span { border-color: rgb(75,15,123); }
td.TdClassName
{
border-color: #4B0F7B;
}
.TagClassName
{
border-color: #4B0F7B;
}
</style>