Shades of Blue Diamond #52227D
Tints of Blue Diamond #52227D
RGB
CMYK
RGB Variations
Color information
#52227D (or 0x52227D) is known color: Blue Diamond. HEX triplet: 52, 22 and 7D. RGB value is (82,34,125). Sum of RGB (Red+Green+Blue) = 82+34+125=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #52227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52227D is #ADDD82. Grayscale: #3A3A3A. Windows color (decimal): -11394435 or 8200786. OLE color: 8200786.
HSL color Cylindrical-coordinate representation of color #52227D: hue angle of 271.65º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52227D is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 34 | 125 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.51 |
| HSL | 271.65º | 0.57% | 0.31% | - |
| HSV(B) | 271.65º | 0.73% | 0.49% | - |
| XYZ | 7.75 | 4.42 | 19.85 | - |
| YUV | 58.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 125 | 0.34 | 0.73 | 0 | 0.51 | 271.65 | 0.57 | 0.31 |
| Hex | 52 | 22 | 7D | 22 | 49 | 0 | 33 | 110 | 39 | 1F |
| Octal | 122 | 42 | 175 | 42 | 111 | 0 | 63 | 420 | 71 | 37 |
| Binary | 1010010 | 100010 | 1111101 | 100010 | 1001001 | 0 | 110011 | 100010000 | 111001 | 11111 |
Color Harmonies of #52227D
Complementary color
Monochromatic Colors of #52227D
Black with #52227D
Text Example
Text Example
White with #52227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52227D; }
p { color: rgb(82,34,125); }
H1.HeaderClassName
{
color: #52227D;
}
.AnyTagClassName
{
color: #52227D;
}
</style>
background-color css
<style>
a { background-color: #52227D; }
a { background-color: rgb(82,34,125); }
div.DivClassName
{
background-color: #52227D;
}
.BgClassName
{
background-color: #52227D;
}
</style>
border-color css
<style>
span { border-color: #52227D; }
span { border-color: rgb(82,34,125); }
td.TdClassName
{
border-color: #52227D;
}
.TagClassName
{
border-color: #52227D;
}
</style>