Shades of Blue Diamond #4D217F
Tints of Blue Diamond #4D217F
RGB
CMYK
RGB Variations
Color information
#4D217F (or 0x4D217F) is known color: Blue Diamond. HEX triplet: 4D, 21 and 7F. RGB value is (77,33,127). Sum of RGB (Red+Green+Blue) = 77+33+127=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D217F is #B2DE80. Grayscale: #383838. Windows color (decimal): -11722369 or 8331597. OLE color: 8331597.
HSL color Cylindrical-coordinate representation of color #4D217F: hue angle of 268.09º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D217F is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 33 | 127 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.50 |
| HSL | 268.09º | 0.59% | 0.31% | - |
| HSV(B) | 268.09º | 0.74% | 0.5% | - |
| XYZ | 7.44 | 4.2 | 20.5 | - |
| YUV | 56.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 127 | 0.39 | 0.74 | 0 | 0.50 | 268.09 | 0.59 | 0.31 |
| Hex | 4D | 21 | 7F | 27 | 4A | 0 | 32 | 10C | 3B | 1F |
| Octal | 115 | 41 | 177 | 47 | 112 | 0 | 62 | 414 | 73 | 37 |
| Binary | 1001101 | 100001 | 1111111 | 100111 | 1001010 | 0 | 110010 | 100001100 | 111011 | 11111 |
Color Harmonies of #4D217F
Complementary color
Monochromatic Colors of #4D217F
Black with #4D217F
Text Example
Text Example
White with #4D217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D217F; }
p { color: rgb(77,33,127); }
H1.HeaderClassName
{
color: #4D217F;
}
.AnyTagClassName
{
color: #4D217F;
}
</style>
background-color css
<style>
a { background-color: #4D217F; }
a { background-color: rgb(77,33,127); }
div.DivClassName
{
background-color: #4D217F;
}
.BgClassName
{
background-color: #4D217F;
}
</style>
border-color css
<style>
span { border-color: #4D217F; }
span { border-color: rgb(77,33,127); }
td.TdClassName
{
border-color: #4D217F;
}
.TagClassName
{
border-color: #4D217F;
}
</style>