Shades of Blue Diamond #472171
Tints of Blue Diamond #472171
RGB
CMYK
RGB Variations
Color information
#472171 (or 0x472171) is known color: Blue Diamond. HEX triplet: 47, 21 and 71. RGB value is (71,33,113). Sum of RGB (Red+Green+Blue) = 71+33+113=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #472171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472171 is #B8DE8E. Grayscale: #353535. Windows color (decimal): -12115599 or 7414087. OLE color: 7414087.
HSL color Cylindrical-coordinate representation of color #472171: hue angle of 268.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472171 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 33 | 113 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.56 |
| HSL | 268.5º | 0.55% | 0.29% | - |
| HSV(B) | 268.5º | 0.71% | 0.44% | - |
| XYZ | 6.12 | 3.62 | 16 | - |
| YUV | 53.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 113 | 0.37 | 0.71 | 0 | 0.56 | 268.5 | 0.55 | 0.29 |
| Hex | 47 | 21 | 71 | 25 | 47 | 0 | 38 | 10C | 37 | 1D |
| Octal | 107 | 41 | 161 | 45 | 107 | 0 | 70 | 414 | 67 | 35 |
| Binary | 1000111 | 100001 | 1110001 | 100101 | 1000111 | 0 | 111000 | 100001100 | 110111 | 11101 |
Color Harmonies of #472171
Complementary color
Monochromatic Colors of #472171
Black with #472171
Text Example
Text Example
White with #472171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472171; }
p { color: rgb(71,33,113); }
H1.HeaderClassName
{
color: #472171;
}
.AnyTagClassName
{
color: #472171;
}
</style>
background-color css
<style>
a { background-color: #472171; }
a { background-color: rgb(71,33,113); }
div.DivClassName
{
background-color: #472171;
}
.BgClassName
{
background-color: #472171;
}
</style>
border-color css
<style>
span { border-color: #472171; }
span { border-color: rgb(71,33,113); }
td.TdClassName
{
border-color: #472171;
}
.TagClassName
{
border-color: #472171;
}
</style>