Shades of Indigo #4B178C
Tints of Indigo #4B178C
RGB
CMYK
RGB Variations
Color information
#4B178C (or 0x4B178C) is known color: Indigo. HEX triplet: 4B, 17 and 8C. RGB value is (75,23,140). Sum of RGB (Red+Green+Blue) = 75+23+140=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B178C is #B4E873. Grayscale: #333333. Windows color (decimal): -11855988 or 9181003. OLE color: 9181003.
HSL color Cylindrical-coordinate representation of color #4B178C: hue angle of 266.67º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B178C is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 23 | 140 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.45 |
| HSL | 266.67º | 0.72% | 0.32% | - |
| HSV(B) | 266.67º | 0.84% | 0.55% | - |
| XYZ | 7.94 | 4 | 25.16 | - |
| YUV | 51.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 140 | 0.46 | 0.84 | 0 | 0.45 | 266.67 | 0.72 | 0.32 |
| Hex | 4B | 17 | 8C | 2E | 54 | 0 | 2D | 10B | 48 | 20 |
| Octal | 113 | 27 | 214 | 56 | 124 | 0 | 55 | 413 | 110 | 40 |
| Binary | 1001011 | 10111 | 10001100 | 101110 | 1010100 | 0 | 101101 | 100001011 | 1001000 | 100000 |
Color Harmonies of #4B178C
Complementary color
Monochromatic Colors of #4B178C
Black with #4B178C
Text Example
Text Example
White with #4B178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B178C; }
p { color: rgb(75,23,140); }
H1.HeaderClassName
{
color: #4B178C;
}
.AnyTagClassName
{
color: #4B178C;
}
</style>
background-color css
<style>
a { background-color: #4B178C; }
a { background-color: rgb(75,23,140); }
div.DivClassName
{
background-color: #4B178C;
}
.BgClassName
{
background-color: #4B178C;
}
</style>
border-color css
<style>
span { border-color: #4B178C; }
span { border-color: rgb(75,23,140); }
td.TdClassName
{
border-color: #4B178C;
}
.TagClassName
{
border-color: #4B178C;
}
</style>