Shades of Blue Diamond #471A71
Tints of Blue Diamond #471A71
RGB
CMYK
RGB Variations
Color information
#471A71 (or 0x471A71) is known color: Blue Diamond. HEX triplet: 47, 1A and 71. RGB value is (71,26,113). Sum of RGB (Red+Green+Blue) = 71+26+113=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #471A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A71 is #B8E58E. Grayscale: #313131. Windows color (decimal): -12117391 or 7412295. OLE color: 7412295.
HSL color Cylindrical-coordinate representation of color #471A71: hue angle of 271.03º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471A71 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 26 | 113 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.56 |
| HSL | 271.03º | 0.63% | 0.27% | - |
| HSV(B) | 271.03º | 0.77% | 0.44% | - |
| XYZ | 5.95 | 3.27 | 15.94 | - |
| YUV | 49.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 113 | 0.37 | 0.77 | 0 | 0.56 | 271.03 | 0.63 | 0.27 |
| Hex | 47 | 1A | 71 | 25 | 4D | 0 | 38 | 10F | 3F | 1B |
| Octal | 107 | 32 | 161 | 45 | 115 | 0 | 70 | 417 | 77 | 33 |
| Binary | 1000111 | 11010 | 1110001 | 100101 | 1001101 | 0 | 111000 | 100001111 | 111111 | 11011 |
Color Harmonies of #471A71
Complementary color
Monochromatic Colors of #471A71
Black with #471A71
Text Example
Text Example
White with #471A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A71; }
p { color: rgb(71,26,113); }
H1.HeaderClassName
{
color: #471A71;
}
.AnyTagClassName
{
color: #471A71;
}
</style>
background-color css
<style>
a { background-color: #471A71; }
a { background-color: rgb(71,26,113); }
div.DivClassName
{
background-color: #471A71;
}
.BgClassName
{
background-color: #471A71;
}
</style>
border-color css
<style>
span { border-color: #471A71; }
span { border-color: rgb(71,26,113); }
td.TdClassName
{
border-color: #471A71;
}
.TagClassName
{
border-color: #471A71;
}
</style>