Shades of Indigo #4B077B
Tints of Indigo #4B077B
RGB
CMYK
RGB Variations
Color information
#4B077B (or 0x4B077B) is known color: Indigo. HEX triplet: 4B, 07 and 7B. RGB value is (75,7,123). Sum of RGB (Red+Green+Blue) = 75+7+123=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B077B is #B4F884. Grayscale: #282828. Windows color (decimal): -11860101 or 8062795. OLE color: 8062795.
HSL color Cylindrical-coordinate representation of color #4B077B: hue angle of 275.17º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B077B is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 7 | 123 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.52 |
| HSL | 275.17º | 0.89% | 0.25% | - |
| HSV(B) | 275.17º | 0.94% | 0.48% | - |
| XYZ | 6.55 | 3.08 | 18.99 | - |
| YUV | 40.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 123 | 0.39 | 0.94 | 0 | 0.52 | 275.17 | 0.89 | 0.25 |
| Hex | 4B | 7 | 7B | 27 | 5E | 0 | 34 | 113 | 59 | 19 |
| Octal | 113 | 7 | 173 | 47 | 136 | 0 | 64 | 423 | 131 | 31 |
| Binary | 1001011 | 111 | 1111011 | 100111 | 1011110 | 0 | 110100 | 100010011 | 1011001 | 11001 |
Color Harmonies of #4B077B
Complementary color
Monochromatic Colors of #4B077B
Black with #4B077B
Text Example
Text Example
White with #4B077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B077B; }
p { color: rgb(75,7,123); }
H1.HeaderClassName
{
color: #4B077B;
}
.AnyTagClassName
{
color: #4B077B;
}
</style>
background-color css
<style>
a { background-color: #4B077B; }
a { background-color: rgb(75,7,123); }
div.DivClassName
{
background-color: #4B077B;
}
.BgClassName
{
background-color: #4B077B;
}
</style>
border-color css
<style>
span { border-color: #4B077B; }
span { border-color: rgb(75,7,123); }
td.TdClassName
{
border-color: #4B077B;
}
.TagClassName
{
border-color: #4B077B;
}
</style>