Shades of Blue Diamond #47316F
Tints of Blue Diamond #47316F
RGB
CMYK
RGB Variations
Color information
#47316F (or 0x47316F) is known color: Blue Diamond. HEX triplet: 47, 31 and 6F. RGB value is (71,49,111). Sum of RGB (Red+Green+Blue) = 71+49+111=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #47316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47316F is #B8CE90. Grayscale: #3E3E3E. Windows color (decimal): -12111505 or 7287111. OLE color: 7287111.
HSL color Cylindrical-coordinate representation of color #47316F: hue angle of 261.29º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47316F is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 49 | 111 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.56 |
| HSL | 261.29º | 0.39% | 0.31% | - |
| HSV(B) | 261.29º | 0.56% | 0.44% | - |
| XYZ | 6.57 | 4.68 | 15.6 | - |
| YUV | 62.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 111 | 0.36 | 0.56 | 0 | 0.56 | 261.29 | 0.39 | 0.31 |
| Hex | 47 | 31 | 6F | 24 | 38 | 0 | 38 | 105 | 27 | 1F |
| Octal | 107 | 61 | 157 | 44 | 70 | 0 | 70 | 405 | 47 | 37 |
| Binary | 1000111 | 110001 | 1101111 | 100100 | 111000 | 0 | 111000 | 100000101 | 100111 | 11111 |
Color Harmonies of #47316F
Complementary color
Monochromatic Colors of #47316F
Black with #47316F
Text Example
Text Example
White with #47316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47316F; }
p { color: rgb(71,49,111); }
H1.HeaderClassName
{
color: #47316F;
}
.AnyTagClassName
{
color: #47316F;
}
</style>
background-color css
<style>
a { background-color: #47316F; }
a { background-color: rgb(71,49,111); }
div.DivClassName
{
background-color: #47316F;
}
.BgClassName
{
background-color: #47316F;
}
</style>
border-color css
<style>
span { border-color: #47316F; }
span { border-color: rgb(71,49,111); }
td.TdClassName
{
border-color: #47316F;
}
.TagClassName
{
border-color: #47316F;
}
</style>