Shades of Blue Diamond #4D1C71
Tints of Blue Diamond #4D1C71
RGB
CMYK
RGB Variations
Color information
#4D1C71 (or 0x4D1C71) is known color: Blue Diamond. HEX triplet: 4D, 1C and 71. RGB value is (77,28,113). Sum of RGB (Red+Green+Blue) = 77+28+113=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1C71 is #B2E38E. Grayscale: #343434. Windows color (decimal): -11723663 or 7412813. OLE color: 7412813.
HSL color Cylindrical-coordinate representation of color #4D1C71: hue angle of 274.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1C71 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 28 | 113 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.56 |
| HSL | 274.59º | 0.6% | 0.28% | - |
| HSV(B) | 274.59º | 0.75% | 0.44% | - |
| XYZ | 6.46 | 3.6 | 15.98 | - |
| YUV | 52.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 113 | 0.32 | 0.75 | 0 | 0.56 | 274.59 | 0.6 | 0.28 |
| Hex | 4D | 1C | 71 | 20 | 4B | 0 | 38 | 113 | 3C | 1C |
| Octal | 115 | 34 | 161 | 40 | 113 | 0 | 70 | 423 | 74 | 34 |
| Binary | 1001101 | 11100 | 1110001 | 100000 | 1001011 | 0 | 111000 | 100010011 | 111100 | 11100 |
Color Harmonies of #4D1C71
Complementary color
Monochromatic Colors of #4D1C71
Black with #4D1C71
Text Example
Text Example
White with #4D1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C71; }
p { color: rgb(77,28,113); }
H1.HeaderClassName
{
color: #4D1C71;
}
.AnyTagClassName
{
color: #4D1C71;
}
</style>
background-color css
<style>
a { background-color: #4D1C71; }
a { background-color: rgb(77,28,113); }
div.DivClassName
{
background-color: #4D1C71;
}
.BgClassName
{
background-color: #4D1C71;
}
</style>
border-color css
<style>
span { border-color: #4D1C71; }
span { border-color: rgb(77,28,113); }
td.TdClassName
{
border-color: #4D1C71;
}
.TagClassName
{
border-color: #4D1C71;
}
</style>