Shades of Blue Diamond #51207D
Tints of Blue Diamond #51207D
RGB
CMYK
RGB Variations
Color information
#51207D (or 0x51207D) is known color: Blue Diamond. HEX triplet: 51, 20 and 7D. RGB value is (81,32,125). Sum of RGB (Red+Green+Blue) = 81+32+125=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #51207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51207D is #AEDF82. Grayscale: #383838. Windows color (decimal): -11460483 or 8200273. OLE color: 8200273.
HSL color Cylindrical-coordinate representation of color #51207D: hue angle of 271.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51207D is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 32 | 125 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.51 |
| HSL | 271.61º | 0.59% | 0.31% | - |
| HSV(B) | 271.61º | 0.74% | 0.49% | - |
| XYZ | 7.61 | 4.26 | 19.82 | - |
| YUV | 57.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 125 | 0.35 | 0.74 | 0 | 0.51 | 271.61 | 0.59 | 0.31 |
| Hex | 51 | 20 | 7D | 23 | 4A | 0 | 33 | 110 | 3B | 1F |
| Octal | 121 | 40 | 175 | 43 | 112 | 0 | 63 | 420 | 73 | 37 |
| Binary | 1010001 | 100000 | 1111101 | 100011 | 1001010 | 0 | 110011 | 100010000 | 111011 | 11111 |
Color Harmonies of #51207D
Complementary color
Monochromatic Colors of #51207D
Black with #51207D
Text Example
Text Example
White with #51207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51207D; }
p { color: rgb(81,32,125); }
H1.HeaderClassName
{
color: #51207D;
}
.AnyTagClassName
{
color: #51207D;
}
</style>
background-color css
<style>
a { background-color: #51207D; }
a { background-color: rgb(81,32,125); }
div.DivClassName
{
background-color: #51207D;
}
.BgClassName
{
background-color: #51207D;
}
</style>
border-color css
<style>
span { border-color: #51207D; }
span { border-color: rgb(81,32,125); }
td.TdClassName
{
border-color: #51207D;
}
.TagClassName
{
border-color: #51207D;
}
</style>