Shades of Blue Diamond #471F71
Tints of Blue Diamond #471F71
RGB
CMYK
RGB Variations
Color information
#471F71 (or 0x471F71) is known color: Blue Diamond. HEX triplet: 47, 1F and 71. RGB value is (71,31,113). Sum of RGB (Red+Green+Blue) = 71+31+113=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #471F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F71 is #B8E08E. Grayscale: #343434. Windows color (decimal): -12116111 or 7413575. OLE color: 7413575.
HSL color Cylindrical-coordinate representation of color #471F71: hue angle of 269.27º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471F71 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 31 | 113 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.56 |
| HSL | 269.27º | 0.57% | 0.28% | - |
| HSV(B) | 269.27º | 0.73% | 0.44% | - |
| XYZ | 6.07 | 3.51 | 15.98 | - |
| YUV | 52.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 113 | 0.37 | 0.73 | 0 | 0.56 | 269.27 | 0.57 | 0.28 |
| Hex | 47 | 1F | 71 | 25 | 49 | 0 | 38 | 10D | 39 | 1C |
| Octal | 107 | 37 | 161 | 45 | 111 | 0 | 70 | 415 | 71 | 34 |
| Binary | 1000111 | 11111 | 1110001 | 100101 | 1001001 | 0 | 111000 | 100001101 | 111001 | 11100 |
Color Harmonies of #471F71
Complementary color
Monochromatic Colors of #471F71
Black with #471F71
Text Example
Text Example
White with #471F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F71; }
p { color: rgb(71,31,113); }
H1.HeaderClassName
{
color: #471F71;
}
.AnyTagClassName
{
color: #471F71;
}
</style>
background-color css
<style>
a { background-color: #471F71; }
a { background-color: rgb(71,31,113); }
div.DivClassName
{
background-color: #471F71;
}
.BgClassName
{
background-color: #471F71;
}
</style>
border-color css
<style>
span { border-color: #471F71; }
span { border-color: rgb(71,31,113); }
td.TdClassName
{
border-color: #471F71;
}
.TagClassName
{
border-color: #471F71;
}
</style>