Shades of Indigo #4B0893
Tints of Indigo #4B0893
RGB
CMYK
RGB Variations
Color information
#4B0893 (or 0x4B0893) is known color: Indigo. HEX triplet: 4B, 08 and 93. RGB value is (75,8,147). Sum of RGB (Red+Green+Blue) = 75+8+147=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B0893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0893 is #B4F76C. Grayscale: #2B2B2B. Windows color (decimal): -11859821 or 9635915. OLE color: 9635915.
HSL color Cylindrical-coordinate representation of color #4B0893: hue angle of 268.92º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0893 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 8 | 147 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.42 |
| HSL | 268.92º | 0.9% | 0.3% | - |
| HSV(B) | 268.92º | 0.95% | 0.58% | - |
| XYZ | 8.25 | 3.78 | 27.9 | - |
| YUV | 43.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 147 | 0.49 | 0.95 | 0 | 0.42 | 268.92 | 0.9 | 0.3 |
| Hex | 4B | 8 | 93 | 31 | 5F | 0 | 2A | 10D | 5A | 1E |
| Octal | 113 | 10 | 223 | 61 | 137 | 0 | 52 | 415 | 132 | 36 |
| Binary | 1001011 | 1000 | 10010011 | 110001 | 1011111 | 0 | 101010 | 100001101 | 1011010 | 11110 |
Color Harmonies of #4B0893
Complementary color
Monochromatic Colors of #4B0893
Black with #4B0893
Text Example
Text Example
White with #4B0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0893; }
p { color: rgb(75,8,147); }
H1.HeaderClassName
{
color: #4B0893;
}
.AnyTagClassName
{
color: #4B0893;
}
</style>
background-color css
<style>
a { background-color: #4B0893; }
a { background-color: rgb(75,8,147); }
div.DivClassName
{
background-color: #4B0893;
}
.BgClassName
{
background-color: #4B0893;
}
</style>
border-color css
<style>
span { border-color: #4B0893; }
span { border-color: rgb(75,8,147); }
td.TdClassName
{
border-color: #4B0893;
}
.TagClassName
{
border-color: #4B0893;
}
</style>