Shades of Indigo #4B198F
Tints of Indigo #4B198F
RGB
CMYK
RGB Variations
Color information
#4B198F (or 0x4B198F) is known color: Indigo. HEX triplet: 4B, 19 and 8F. RGB value is (75,25,143). Sum of RGB (Red+Green+Blue) = 75+25+143=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B198F is #B4E670. Grayscale: #343434. Windows color (decimal): -11855473 or 9378123. OLE color: 9378123.
HSL color Cylindrical-coordinate representation of color #4B198F: hue angle of 265.42º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B198F is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 25 | 143 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.44 |
| HSL | 265.42º | 0.7% | 0.33% | - |
| HSV(B) | 265.42º | 0.83% | 0.56% | - |
| XYZ | 8.21 | 4.17 | 26.36 | - |
| YUV | 53.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 143 | 0.48 | 0.83 | 0 | 0.44 | 265.42 | 0.7 | 0.33 |
| Hex | 4B | 19 | 8F | 30 | 53 | 0 | 2C | 109 | 46 | 21 |
| Octal | 113 | 31 | 217 | 60 | 123 | 0 | 54 | 411 | 106 | 41 |
| Binary | 1001011 | 11001 | 10001111 | 110000 | 1010011 | 0 | 101100 | 100001001 | 1000110 | 100001 |
Color Harmonies of #4B198F
Complementary color
Monochromatic Colors of #4B198F
Black with #4B198F
Text Example
Text Example
White with #4B198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B198F; }
p { color: rgb(75,25,143); }
H1.HeaderClassName
{
color: #4B198F;
}
.AnyTagClassName
{
color: #4B198F;
}
</style>
background-color css
<style>
a { background-color: #4B198F; }
a { background-color: rgb(75,25,143); }
div.DivClassName
{
background-color: #4B198F;
}
.BgClassName
{
background-color: #4B198F;
}
</style>
border-color css
<style>
span { border-color: #4B198F; }
span { border-color: rgb(75,25,143); }
td.TdClassName
{
border-color: #4B198F;
}
.TagClassName
{
border-color: #4B198F;
}
</style>