Shades of Blue Gem #4D36A1
Tints of Blue Gem #4D36A1
RGB
CMYK
RGB Variations
Color information
#4D36A1 (or 0x4D36A1) is known color: Blue Gem. HEX triplet: 4D, 36 and A1. RGB value is (77,54,161). Sum of RGB (Red+Green+Blue) = 77+54+161=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #4D36A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D36A1 is #B2C95E. Grayscale: #484848. Windows color (decimal): -11716959 or 10565197. OLE color: 10565197.
HSL color Cylindrical-coordinate representation of color #4D36A1: hue angle of 252.9º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D36A1 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 54 | 161 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.37 |
| HSL | 252.9º | 0.5% | 0.42% | - |
| HSV(B) | 252.9º | 0.66% | 0.63% | - |
| XYZ | 10.81 | 6.79 | 34.46 | - |
| YUV | 73.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 161 | 0.52 | 0.66 | 0 | 0.37 | 252.9 | 0.5 | 0.42 |
| Hex | 4D | 36 | A1 | 34 | 42 | 0 | 25 | FD | 32 | 2A |
| Octal | 115 | 66 | 241 | 64 | 102 | 0 | 45 | 375 | 62 | 52 |
| Binary | 1001101 | 110110 | 10100001 | 110100 | 1000010 | 0 | 100101 | 11111101 | 110010 | 101010 |
Color Harmonies of #4D36A1
Complementary color
Monochromatic Colors of #4D36A1
Black with #4D36A1
Text Example
Text Example
White with #4D36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36A1; }
p { color: rgb(77,54,161); }
H1.HeaderClassName
{
color: #4D36A1;
}
.AnyTagClassName
{
color: #4D36A1;
}
</style>
background-color css
<style>
a { background-color: #4D36A1; }
a { background-color: rgb(77,54,161); }
div.DivClassName
{
background-color: #4D36A1;
}
.BgClassName
{
background-color: #4D36A1;
}
</style>
border-color css
<style>
span { border-color: #4D36A1; }
span { border-color: rgb(77,54,161); }
td.TdClassName
{
border-color: #4D36A1;
}
.TagClassName
{
border-color: #4D36A1;
}
</style>