Shades of Indigo #4D1A8F
Tints of Indigo #4D1A8F
RGB
CMYK
RGB Variations
Color information
#4D1A8F (or 0x4D1A8F) is known color: Indigo. HEX triplet: 4D, 1A and 8F. RGB value is (77,26,143). Sum of RGB (Red+Green+Blue) = 77+26+143=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D1A8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1A8F is #B2E570. Grayscale: #363636. Windows color (decimal): -11724145 or 9378381. OLE color: 9378381.
HSL color Cylindrical-coordinate representation of color #4D1A8F: hue angle of 266.15º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1A8F is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 26 | 143 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.44 |
| HSL | 266.15º | 0.69% | 0.33% | - |
| HSV(B) | 266.15º | 0.82% | 0.56% | - |
| XYZ | 8.39 | 4.3 | 26.37 | - |
| YUV | 54.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 143 | 0.46 | 0.82 | 0 | 0.44 | 266.15 | 0.69 | 0.33 |
| Hex | 4D | 1A | 8F | 2E | 52 | 0 | 2C | 10A | 45 | 21 |
| Octal | 115 | 32 | 217 | 56 | 122 | 0 | 54 | 412 | 105 | 41 |
| Binary | 1001101 | 11010 | 10001111 | 101110 | 1010010 | 0 | 101100 | 100001010 | 1000101 | 100001 |
Color Harmonies of #4D1A8F
Complementary color
Monochromatic Colors of #4D1A8F
Black with #4D1A8F
Text Example
Text Example
White with #4D1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A8F; }
p { color: rgb(77,26,143); }
H1.HeaderClassName
{
color: #4D1A8F;
}
.AnyTagClassName
{
color: #4D1A8F;
}
</style>
background-color css
<style>
a { background-color: #4D1A8F; }
a { background-color: rgb(77,26,143); }
div.DivClassName
{
background-color: #4D1A8F;
}
.BgClassName
{
background-color: #4D1A8F;
}
</style>
border-color css
<style>
span { border-color: #4D1A8F; }
span { border-color: rgb(77,26,143); }
td.TdClassName
{
border-color: #4D1A8F;
}
.TagClassName
{
border-color: #4D1A8F;
}
</style>