Shades of Indigo #4B168C
Tints of Indigo #4B168C
RGB
CMYK
RGB Variations
Color information
#4B168C (or 0x4B168C) is known color: Indigo. HEX triplet: 4B, 16 and 8C. RGB value is (75,22,140). Sum of RGB (Red+Green+Blue) = 75+22+140=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B168C is #B4E973. Grayscale: #323232. Windows color (decimal): -11856244 or 9180747. OLE color: 9180747.
HSL color Cylindrical-coordinate representation of color #4B168C: hue angle of 266.95º degrees, saturation: 0.73, 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 #4B168C is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 22 | 140 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.45 |
| HSL | 266.95º | 0.73% | 0.32% | - |
| HSV(B) | 266.95º | 0.84% | 0.55% | - |
| XYZ | 7.92 | 3.96 | 25.16 | - |
| YUV | 51.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 140 | 0.46 | 0.84 | 0 | 0.45 | 266.95 | 0.73 | 0.32 |
| Hex | 4B | 16 | 8C | 2E | 54 | 0 | 2D | 10B | 49 | 20 |
| Octal | 113 | 26 | 214 | 56 | 124 | 0 | 55 | 413 | 111 | 40 |
| Binary | 1001011 | 10110 | 10001100 | 101110 | 1010100 | 0 | 101101 | 100001011 | 1001001 | 100000 |
Color Harmonies of #4B168C
Complementary color
Monochromatic Colors of #4B168C
Black with #4B168C
Text Example
Text Example
White with #4B168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B168C; }
p { color: rgb(75,22,140); }
H1.HeaderClassName
{
color: #4B168C;
}
.AnyTagClassName
{
color: #4B168C;
}
</style>
background-color css
<style>
a { background-color: #4B168C; }
a { background-color: rgb(75,22,140); }
div.DivClassName
{
background-color: #4B168C;
}
.BgClassName
{
background-color: #4B168C;
}
</style>
border-color css
<style>
span { border-color: #4B168C; }
span { border-color: rgb(75,22,140); }
td.TdClassName
{
border-color: #4B168C;
}
.TagClassName
{
border-color: #4B168C;
}
</style>