Shades of Indigo #4B189C
Tints of Indigo #4B189C
RGB
CMYK
RGB Variations
Color information
#4B189C (or 0x4B189C) is known color: Indigo. HEX triplet: 4B, 18 and 9C. RGB value is (75,24,156). Sum of RGB (Red+Green+Blue) = 75+24+156=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B189C is #B4E763. Grayscale: #353535. Windows color (decimal): -11855716 or 10229835. OLE color: 10229835.
HSL color Cylindrical-coordinate representation of color #4B189C: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B189C is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 24 | 156 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.39 |
| HSL | 263.18º | 0.73% | 0.35% | - |
| HSV(B) | 263.18º | 0.85% | 0.61% | - |
| XYZ | 9.23 | 4.55 | 31.84 | - |
| YUV | 54.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 156 | 0.52 | 0.85 | 0 | 0.39 | 263.18 | 0.73 | 0.35 |
| Hex | 4B | 18 | 9C | 34 | 55 | 0 | 27 | 107 | 49 | 23 |
| Octal | 113 | 30 | 234 | 64 | 125 | 0 | 47 | 407 | 111 | 43 |
| Binary | 1001011 | 11000 | 10011100 | 110100 | 1010101 | 0 | 100111 | 100000111 | 1001001 | 100011 |
Color Harmonies of #4B189C
Complementary color
Monochromatic Colors of #4B189C
Black with #4B189C
Text Example
Text Example
White with #4B189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B189C; }
p { color: rgb(75,24,156); }
H1.HeaderClassName
{
color: #4B189C;
}
.AnyTagClassName
{
color: #4B189C;
}
</style>
background-color css
<style>
a { background-color: #4B189C; }
a { background-color: rgb(75,24,156); }
div.DivClassName
{
background-color: #4B189C;
}
.BgClassName
{
background-color: #4B189C;
}
</style>
border-color css
<style>
span { border-color: #4B189C; }
span { border-color: rgb(75,24,156); }
td.TdClassName
{
border-color: #4B189C;
}
.TagClassName
{
border-color: #4B189C;
}
</style>