Shades of Indigo #4D028B
Tints of Indigo #4D028B
RGB
CMYK
RGB Variations
Color information
#4D028B (or 0x4D028B) is known color: Indigo. HEX triplet: 4D, 02 and 8B. RGB value is (77,2,139). Sum of RGB (Red+Green+Blue) = 77+2+139=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D028B is #B2FD74. Grayscale: #272727. Windows color (decimal): -11730293 or 9110093. OLE color: 9110093.
HSL color Cylindrical-coordinate representation of color #4D028B: hue angle of 272.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D028B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 2 | 139 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.45 |
| HSL | 272.85º | 0.97% | 0.28% | - |
| HSV(B) | 272.85º | 0.99% | 0.55% | - |
| XYZ | 7.74 | 3.49 | 24.69 | - |
| YUV | 40.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 139 | 0.45 | 0.99 | 0 | 0.45 | 272.85 | 0.97 | 0.28 |
| Hex | 4D | 2 | 8B | 2D | 63 | 0 | 2D | 111 | 61 | 1C |
| Octal | 115 | 2 | 213 | 55 | 143 | 0 | 55 | 421 | 141 | 34 |
| Binary | 1001101 | 10 | 10001011 | 101101 | 1100011 | 0 | 101101 | 100010001 | 1100001 | 11100 |
Color Harmonies of #4D028B
Complementary color
Monochromatic Colors of #4D028B
Black with #4D028B
Text Example
Text Example
White with #4D028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D028B; }
p { color: rgb(77,2,139); }
H1.HeaderClassName
{
color: #4D028B;
}
.AnyTagClassName
{
color: #4D028B;
}
</style>
background-color css
<style>
a { background-color: #4D028B; }
a { background-color: rgb(77,2,139); }
div.DivClassName
{
background-color: #4D028B;
}
.BgClassName
{
background-color: #4D028B;
}
</style>
border-color css
<style>
span { border-color: #4D028B; }
span { border-color: rgb(77,2,139); }
td.TdClassName
{
border-color: #4D028B;
}
.TagClassName
{
border-color: #4D028B;
}
</style>