Shades of Indigo #4D0093
Tints of Indigo #4D0093
RGB
CMYK
RGB Variations
Color information
#4D0093 (or 0x4D0093) is known color: Indigo. HEX triplet: 4D, 00 and 93. RGB value is (77,0,147). Sum of RGB (Red+Green+Blue) = 77+0+147=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0093 is #B2FF6C. Grayscale: #272727. Windows color (decimal): -11730797 or 9633869. OLE color: 9633869.
HSL color Cylindrical-coordinate representation of color #4D0093: hue angle of 271.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0093 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 0 | 147 | - |
| CMYK | 0.48 | 1 | 0 | 0.42 |
| HSL | 271.43º | 1% | 0.29% | - |
| HSV(B) | 271.43º | 1% | 0.58% | - |
| XYZ | 8.33 | 3.68 | 27.88 | - |
| YUV | 39.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 147 | 0.48 | 1 | 0 | 0.42 | 271.43 | 1 | 0.29 |
| Hex | 4D | 0 | 93 | 30 | 64 | 0 | 2A | 10F | 64 | 1D |
| Octal | 115 | 0 | 223 | 60 | 144 | 0 | 52 | 417 | 144 | 35 |
| Binary | 1001101 | 0 | 10010011 | 110000 | 1100100 | 0 | 101010 | 100001111 | 1100100 | 11101 |
Color Harmonies of #4D0093
Complementary color
Monochromatic Colors of #4D0093
Black with #4D0093
Text Example
Text Example
White with #4D0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0093; }
p { color: rgb(77,0,147); }
H1.HeaderClassName
{
color: #4D0093;
}
.AnyTagClassName
{
color: #4D0093;
}
</style>
background-color css
<style>
a { background-color: #4D0093; }
a { background-color: rgb(77,0,147); }
div.DivClassName
{
background-color: #4D0093;
}
.BgClassName
{
background-color: #4D0093;
}
</style>
border-color css
<style>
span { border-color: #4D0093; }
span { border-color: rgb(77,0,147); }
td.TdClassName
{
border-color: #4D0093;
}
.TagClassName
{
border-color: #4D0093;
}
</style>