Shades of Indigo #4D0893
Tints of Indigo #4D0893
RGB
CMYK
RGB Variations
Color information
#4D0893 (or 0x4D0893) is known color: Indigo. HEX triplet: 4D, 08 and 93. RGB value is (77,8,147). Sum of RGB (Red+Green+Blue) = 77+8+147=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0893 is #B2F76C. Grayscale: #2B2B2B. Windows color (decimal): -11728749 or 9635917. OLE color: 9635917.
HSL color Cylindrical-coordinate representation of color #4D0893: hue angle of 269.78º 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 #4D0893 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 8 | 147 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.42 |
| HSL | 269.78º | 0.9% | 0.3% | - |
| HSV(B) | 269.78º | 0.95% | 0.58% | - |
| XYZ | 8.41 | 3.86 | 27.9 | - |
| YUV | 44.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 147 | 0.48 | 0.95 | 0 | 0.42 | 269.78 | 0.9 | 0.3 |
| Hex | 4D | 8 | 93 | 30 | 5F | 0 | 2A | 10E | 5A | 1E |
| Octal | 115 | 10 | 223 | 60 | 137 | 0 | 52 | 416 | 132 | 36 |
| Binary | 1001101 | 1000 | 10010011 | 110000 | 1011111 | 0 | 101010 | 100001110 | 1011010 | 11110 |
Color Harmonies of #4D0893
Complementary color
Monochromatic Colors of #4D0893
Black with #4D0893
Text Example
Text Example
White with #4D0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0893; }
p { color: rgb(77,8,147); }
H1.HeaderClassName
{
color: #4D0893;
}
.AnyTagClassName
{
color: #4D0893;
}
</style>
background-color css
<style>
a { background-color: #4D0893; }
a { background-color: rgb(77,8,147); }
div.DivClassName
{
background-color: #4D0893;
}
.BgClassName
{
background-color: #4D0893;
}
</style>
border-color css
<style>
span { border-color: #4D0893; }
span { border-color: rgb(77,8,147); }
td.TdClassName
{
border-color: #4D0893;
}
.TagClassName
{
border-color: #4D0893;
}
</style>