Shades of Indigo #4D027D
Tints of Indigo #4D027D
RGB
CMYK
RGB Variations
Color information
#4D027D (or 0x4D027D) is known color: Indigo. HEX triplet: 4D, 02 and 7D. RGB value is (77,2,125). Sum of RGB (Red+Green+Blue) = 77+2+125=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D027D is #B2FD82. Grayscale: #262626. Windows color (decimal): -11730307 or 8192589. OLE color: 8192589.
HSL color Cylindrical-coordinate representation of color #4D027D: hue angle of 276.59º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D027D is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 2 | 125 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.51 |
| HSL | 276.59º | 0.97% | 0.25% | - |
| HSV(B) | 276.59º | 0.98% | 0.49% | - |
| XYZ | 6.78 | 3.1 | 19.64 | - |
| YUV | 38.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 125 | 0.38 | 0.98 | 0 | 0.51 | 276.59 | 0.97 | 0.25 |
| Hex | 4D | 2 | 7D | 26 | 62 | 0 | 33 | 115 | 61 | 19 |
| Octal | 115 | 2 | 175 | 46 | 142 | 0 | 63 | 425 | 141 | 31 |
| Binary | 1001101 | 10 | 1111101 | 100110 | 1100010 | 0 | 110011 | 100010101 | 1100001 | 11001 |
Color Harmonies of #4D027D
Complementary color
Monochromatic Colors of #4D027D
Black with #4D027D
Text Example
Text Example
White with #4D027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D027D; }
p { color: rgb(77,2,125); }
H1.HeaderClassName
{
color: #4D027D;
}
.AnyTagClassName
{
color: #4D027D;
}
</style>
background-color css
<style>
a { background-color: #4D027D; }
a { background-color: rgb(77,2,125); }
div.DivClassName
{
background-color: #4D027D;
}
.BgClassName
{
background-color: #4D027D;
}
</style>
border-color css
<style>
span { border-color: #4D027D; }
span { border-color: rgb(77,2,125); }
td.TdClassName
{
border-color: #4D027D;
}
.TagClassName
{
border-color: #4D027D;
}
</style>