Shades of Blue Diamond #532975
Tints of Blue Diamond #532975
RGB
CMYK
RGB Variations
Color information
#532975 (or 0x532975) is known color: Blue Diamond. HEX triplet: 53, 29 and 75. RGB value is (83,41,117). Sum of RGB (Red+Green+Blue) = 83+41+117=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #532975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532975 is #ACD68A. Grayscale: #3D3D3D. Windows color (decimal): -11327115 or 7678291. OLE color: 7678291.
HSL color Cylindrical-coordinate representation of color #532975: hue angle of 273.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532975 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 41 | 117 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.54 |
| HSL | 273.16º | 0.48% | 0.31% | - |
| HSV(B) | 273.16º | 0.65% | 0.46% | - |
| XYZ | 7.57 | 4.71 | 17.34 | - |
| YUV | 62.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 117 | 0.29 | 0.65 | 0 | 0.54 | 273.16 | 0.48 | 0.31 |
| Hex | 53 | 29 | 75 | 1D | 41 | 0 | 36 | 111 | 30 | 1F |
| Octal | 123 | 51 | 165 | 35 | 101 | 0 | 66 | 421 | 60 | 37 |
| Binary | 1010011 | 101001 | 1110101 | 11101 | 1000001 | 0 | 110110 | 100010001 | 110000 | 11111 |
Color Harmonies of #532975
Complementary color
Monochromatic Colors of #532975
Black with #532975
Text Example
Text Example
White with #532975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532975; }
p { color: rgb(83,41,117); }
H1.HeaderClassName
{
color: #532975;
}
.AnyTagClassName
{
color: #532975;
}
</style>
background-color css
<style>
a { background-color: #532975; }
a { background-color: rgb(83,41,117); }
div.DivClassName
{
background-color: #532975;
}
.BgClassName
{
background-color: #532975;
}
</style>
border-color css
<style>
span { border-color: #532975; }
span { border-color: rgb(83,41,117); }
td.TdClassName
{
border-color: #532975;
}
.TagClassName
{
border-color: #532975;
}
</style>