Shades of Blue Diamond #4E1E81
Tints of Blue Diamond #4E1E81
RGB
CMYK
RGB Variations
Color information
#4E1E81 (or 0x4E1E81) is known color: Blue Diamond. HEX triplet: 4E, 1E and 81. RGB value is (78,30,129). Sum of RGB (Red+Green+Blue) = 78+30+129=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E1E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1E81 is #B1E17E. Grayscale: #373737. Windows color (decimal): -11657599 or 8461902. OLE color: 8461902.
HSL color Cylindrical-coordinate representation of color #4E1E81: hue angle of 269.09º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1E81 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 30 | 129 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.49 |
| HSL | 269.09º | 0.62% | 0.31% | - |
| HSV(B) | 269.09º | 0.77% | 0.51% | - |
| XYZ | 7.57 | 4.13 | 21.17 | - |
| YUV | 55.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 129 | 0.40 | 0.77 | 0 | 0.49 | 269.09 | 0.62 | 0.31 |
| Hex | 4E | 1E | 81 | 28 | 4D | 0 | 31 | 10D | 3E | 1F |
| Octal | 116 | 36 | 201 | 50 | 115 | 0 | 61 | 415 | 76 | 37 |
| Binary | 1001110 | 11110 | 10000001 | 101000 | 1001101 | 0 | 110001 | 100001101 | 111110 | 11111 |
Color Harmonies of #4E1E81
Complementary color
Monochromatic Colors of #4E1E81
Black with #4E1E81
Text Example
Text Example
White with #4E1E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E81; }
p { color: rgb(78,30,129); }
H1.HeaderClassName
{
color: #4E1E81;
}
.AnyTagClassName
{
color: #4E1E81;
}
</style>
background-color css
<style>
a { background-color: #4E1E81; }
a { background-color: rgb(78,30,129); }
div.DivClassName
{
background-color: #4E1E81;
}
.BgClassName
{
background-color: #4E1E81;
}
</style>
border-color css
<style>
span { border-color: #4E1E81; }
span { border-color: rgb(78,30,129); }
td.TdClassName
{
border-color: #4E1E81;
}
.TagClassName
{
border-color: #4E1E81;
}
</style>