Shades of Indigo #4B177F
Tints of Indigo #4B177F
RGB
CMYK
RGB Variations
Color information
#4B177F (or 0x4B177F) is known color: Indigo. HEX triplet: 4B, 17 and 7F. RGB value is (75,23,127). Sum of RGB (Red+Green+Blue) = 75+23+127=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B177F is #B4E880. Grayscale: #323232. Windows color (decimal): -11856001 or 8329035. OLE color: 8329035.
HSL color Cylindrical-coordinate representation of color #4B177F: hue angle of 270º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B177F is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 23 | 127 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.50 |
| HSL | 270º | 0.69% | 0.29% | - |
| HSV(B) | 270º | 0.82% | 0.5% | - |
| XYZ | 7.04 | 3.64 | 20.41 | - |
| YUV | 50.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 127 | 0.41 | 0.82 | 0 | 0.50 | 270 | 0.69 | 0.29 |
| Hex | 4B | 17 | 7F | 29 | 52 | 0 | 32 | 10E | 45 | 1D |
| Octal | 113 | 27 | 177 | 51 | 122 | 0 | 62 | 416 | 105 | 35 |
| Binary | 1001011 | 10111 | 1111111 | 101001 | 1010010 | 0 | 110010 | 100001110 | 1000101 | 11101 |
Color Harmonies of #4B177F
Complementary color
Monochromatic Colors of #4B177F
Black with #4B177F
Text Example
Text Example
White with #4B177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B177F; }
p { color: rgb(75,23,127); }
H1.HeaderClassName
{
color: #4B177F;
}
.AnyTagClassName
{
color: #4B177F;
}
</style>
background-color css
<style>
a { background-color: #4B177F; }
a { background-color: rgb(75,23,127); }
div.DivClassName
{
background-color: #4B177F;
}
.BgClassName
{
background-color: #4B177F;
}
</style>
border-color css
<style>
span { border-color: #4B177F; }
span { border-color: rgb(75,23,127); }
td.TdClassName
{
border-color: #4B177F;
}
.TagClassName
{
border-color: #4B177F;
}
</style>