Shades of Blue Gem #4D1F9D
Tints of Blue Gem #4D1F9D
RGB
CMYK
RGB Variations
Color information
#4D1F9D (or 0x4D1F9D) is known color: Blue Gem. HEX triplet: 4D, 1F and 9D. RGB value is (77,31,157). Sum of RGB (Red+Green+Blue) = 77+31+157=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D1F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1F9D is #B2E062. Grayscale: #3A3A3A. Windows color (decimal): -11722851 or 10297165. OLE color: 10297165.
HSL color Cylindrical-coordinate representation of color #4D1F9D: hue angle of 261.9º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1F9D is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 31 | 157 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.38 |
| HSL | 261.9º | 0.67% | 0.37% | - |
| HSV(B) | 261.9º | 0.8% | 0.62% | - |
| XYZ | 9.64 | 4.99 | 32.35 | - |
| YUV | 59.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 157 | 0.51 | 0.80 | 0 | 0.38 | 261.9 | 0.67 | 0.37 |
| Hex | 4D | 1F | 9D | 33 | 50 | 0 | 26 | 106 | 43 | 25 |
| Octal | 115 | 37 | 235 | 63 | 120 | 0 | 46 | 406 | 103 | 45 |
| Binary | 1001101 | 11111 | 10011101 | 110011 | 1010000 | 0 | 100110 | 100000110 | 1000011 | 100101 |
Color Harmonies of #4D1F9D
Complementary color
Monochromatic Colors of #4D1F9D
Black with #4D1F9D
Text Example
Text Example
White with #4D1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F9D; }
p { color: rgb(77,31,157); }
H1.HeaderClassName
{
color: #4D1F9D;
}
.AnyTagClassName
{
color: #4D1F9D;
}
</style>
background-color css
<style>
a { background-color: #4D1F9D; }
a { background-color: rgb(77,31,157); }
div.DivClassName
{
background-color: #4D1F9D;
}
.BgClassName
{
background-color: #4D1F9D;
}
</style>
border-color css
<style>
span { border-color: #4D1F9D; }
span { border-color: rgb(77,31,157); }
td.TdClassName
{
border-color: #4D1F9D;
}
.TagClassName
{
border-color: #4D1F9D;
}
</style>