Shades of Blue Diamond #52297A
Tints of Blue Diamond #52297A
RGB
CMYK
RGB Variations
Color information
#52297A (or 0x52297A) is known color: Blue Diamond. HEX triplet: 52, 29 and 7A. RGB value is (82,41,122). Sum of RGB (Red+Green+Blue) = 82+41+122=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #52297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52297A is #ADD685. Grayscale: #3E3E3E. Windows color (decimal): -11392646 or 8005970. OLE color: 8005970.
HSL color Cylindrical-coordinate representation of color #52297A: hue angle of 270.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52297A is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 41 | 122 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.52 |
| HSL | 270.37º | 0.5% | 0.32% | - |
| HSV(B) | 270.37º | 0.66% | 0.48% | - |
| XYZ | 7.79 | 4.78 | 18.93 | - |
| YUV | 62.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 122 | 0.33 | 0.66 | 0 | 0.52 | 270.37 | 0.5 | 0.32 |
| Hex | 52 | 29 | 7A | 21 | 42 | 0 | 34 | 10E | 32 | 20 |
| Octal | 122 | 51 | 172 | 41 | 102 | 0 | 64 | 416 | 62 | 40 |
| Binary | 1010010 | 101001 | 1111010 | 100001 | 1000010 | 0 | 110100 | 100001110 | 110010 | 100000 |
Color Harmonies of #52297A
Complementary color
Monochromatic Colors of #52297A
Black with #52297A
Text Example
Text Example
White with #52297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52297A; }
p { color: rgb(82,41,122); }
H1.HeaderClassName
{
color: #52297A;
}
.AnyTagClassName
{
color: #52297A;
}
</style>
background-color css
<style>
a { background-color: #52297A; }
a { background-color: rgb(82,41,122); }
div.DivClassName
{
background-color: #52297A;
}
.BgClassName
{
background-color: #52297A;
}
</style>
border-color css
<style>
span { border-color: #52297A; }
span { border-color: rgb(82,41,122); }
td.TdClassName
{
border-color: #52297A;
}
.TagClassName
{
border-color: #52297A;
}
</style>