Shades of Blue Diamond #471F6D
Tints of Blue Diamond #471F6D
RGB
CMYK
RGB Variations
Color information
#471F6D (or 0x471F6D) is known color: Blue Diamond. HEX triplet: 47, 1F and 6D. RGB value is (71,31,109). Sum of RGB (Red+Green+Blue) = 71+31+109=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #471F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F6D is #B8E092. Grayscale: #333333. Windows color (decimal): -12116115 or 7151431. OLE color: 7151431.
HSL color Cylindrical-coordinate representation of color #471F6D: hue angle of 270.77º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471F6D is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 31 | 109 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.57 |
| HSL | 270.77º | 0.56% | 0.27% | - |
| HSV(B) | 270.77º | 0.72% | 0.43% | - |
| XYZ | 5.85 | 3.42 | 14.82 | - |
| YUV | 51.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 109 | 0.35 | 0.72 | 0 | 0.57 | 270.77 | 0.56 | 0.27 |
| Hex | 47 | 1F | 6D | 23 | 48 | 0 | 39 | 10F | 38 | 1B |
| Octal | 107 | 37 | 155 | 43 | 110 | 0 | 71 | 417 | 70 | 33 |
| Binary | 1000111 | 11111 | 1101101 | 100011 | 1001000 | 0 | 111001 | 100001111 | 111000 | 11011 |
Color Harmonies of #471F6D
Complementary color
Monochromatic Colors of #471F6D
Black with #471F6D
Text Example
Text Example
White with #471F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F6D; }
p { color: rgb(71,31,109); }
H1.HeaderClassName
{
color: #471F6D;
}
.AnyTagClassName
{
color: #471F6D;
}
</style>
background-color css
<style>
a { background-color: #471F6D; }
a { background-color: rgb(71,31,109); }
div.DivClassName
{
background-color: #471F6D;
}
.BgClassName
{
background-color: #471F6D;
}
</style>
border-color css
<style>
span { border-color: #471F6D; }
span { border-color: rgb(71,31,109); }
td.TdClassName
{
border-color: #471F6D;
}
.TagClassName
{
border-color: #471F6D;
}
</style>