Shades of Blue Gem #4D23A1
Tints of Blue Gem #4D23A1
RGB
CMYK
RGB Variations
Color information
#4D23A1 (or 0x4D23A1) is known color: Blue Gem. HEX triplet: 4D, 23 and A1. RGB value is (77,35,161). Sum of RGB (Red+Green+Blue) = 77+35+161=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #4D23A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D23A1 is #B2DC5E. Grayscale: #3D3D3D. Windows color (decimal): -11721823 or 10560333. OLE color: 10560333.
HSL color Cylindrical-coordinate representation of color #4D23A1: hue angle of 260º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D23A1 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 35 | 161 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.37 |
| HSL | 260º | 0.64% | 0.38% | - |
| HSV(B) | 260º | 0.78% | 0.63% | - |
| XYZ | 10.09 | 5.35 | 34.22 | - |
| YUV | 61.92 | 183.91 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 161 | 0.52 | 0.78 | 0 | 0.37 | 260 | 0.64 | 0.38 |
| Hex | 4D | 23 | A1 | 34 | 4E | 0 | 25 | 104 | 40 | 26 |
| Octal | 115 | 43 | 241 | 64 | 116 | 0 | 45 | 404 | 100 | 46 |
| Binary | 1001101 | 100011 | 10100001 | 110100 | 1001110 | 0 | 100101 | 100000100 | 1000000 | 100110 |
Color Harmonies of #4D23A1
Complementary color
Monochromatic Colors of #4D23A1
Black with #4D23A1
Text Example
Text Example
White with #4D23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23A1; }
p { color: rgb(77,35,161); }
H1.HeaderClassName
{
color: #4D23A1;
}
.AnyTagClassName
{
color: #4D23A1;
}
</style>
background-color css
<style>
a { background-color: #4D23A1; }
a { background-color: rgb(77,35,161); }
div.DivClassName
{
background-color: #4D23A1;
}
.BgClassName
{
background-color: #4D23A1;
}
</style>
border-color css
<style>
span { border-color: #4D23A1; }
span { border-color: rgb(77,35,161); }
td.TdClassName
{
border-color: #4D23A1;
}
.TagClassName
{
border-color: #4D23A1;
}
</style>