Shades of Blue Diamond #471C6F
Tints of Blue Diamond #471C6F
RGB
CMYK
RGB Variations
Color information
#471C6F (or 0x471C6F) is known color: Blue Diamond. HEX triplet: 47, 1C and 6F. RGB value is (71,28,111). Sum of RGB (Red+Green+Blue) = 71+28+111=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #471C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C6F is #B8E390. Grayscale: #323232. Windows color (decimal): -12116881 or 7281735. OLE color: 7281735.
HSL color Cylindrical-coordinate representation of color #471C6F: hue angle of 271.08º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471C6F is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 28 | 111 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.56 |
| HSL | 271.08º | 0.6% | 0.27% | - |
| HSV(B) | 271.08º | 0.75% | 0.44% | - |
| XYZ | 5.88 | 3.32 | 15.37 | - |
| YUV | 50.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 111 | 0.36 | 0.75 | 0 | 0.56 | 271.08 | 0.6 | 0.27 |
| Hex | 47 | 1C | 6F | 24 | 4B | 0 | 38 | 10F | 3C | 1B |
| Octal | 107 | 34 | 157 | 44 | 113 | 0 | 70 | 417 | 74 | 33 |
| Binary | 1000111 | 11100 | 1101111 | 100100 | 1001011 | 0 | 111000 | 100001111 | 111100 | 11011 |
Color Harmonies of #471C6F
Complementary color
Monochromatic Colors of #471C6F
Black with #471C6F
Text Example
Text Example
White with #471C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C6F; }
p { color: rgb(71,28,111); }
H1.HeaderClassName
{
color: #471C6F;
}
.AnyTagClassName
{
color: #471C6F;
}
</style>
background-color css
<style>
a { background-color: #471C6F; }
a { background-color: rgb(71,28,111); }
div.DivClassName
{
background-color: #471C6F;
}
.BgClassName
{
background-color: #471C6F;
}
</style>
border-color css
<style>
span { border-color: #471C6F; }
span { border-color: rgb(71,28,111); }
td.TdClassName
{
border-color: #471C6F;
}
.TagClassName
{
border-color: #471C6F;
}
</style>