Shades of Blue Diamond #471F75
Tints of Blue Diamond #471F75
RGB
CMYK
RGB Variations
Color information
#471F75 (or 0x471F75) is known color: Blue Diamond. HEX triplet: 47, 1F and 75. RGB value is (71,31,117). Sum of RGB (Red+Green+Blue) = 71+31+117=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #471F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F75 is #B8E08A. Grayscale: #343434. Windows color (decimal): -12116107 or 7675719. OLE color: 7675719.
HSL color Cylindrical-coordinate representation of color #471F75: hue angle of 267.91º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471F75 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 31 | 117 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.54 |
| HSL | 267.91º | 0.58% | 0.29% | - |
| HSV(B) | 267.91º | 0.74% | 0.46% | - |
| XYZ | 6.3 | 3.6 | 17.19 | - |
| YUV | 52.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 117 | 0.39 | 0.74 | 0 | 0.54 | 267.91 | 0.58 | 0.29 |
| Hex | 47 | 1F | 75 | 27 | 4A | 0 | 36 | 10C | 3A | 1D |
| Octal | 107 | 37 | 165 | 47 | 112 | 0 | 66 | 414 | 72 | 35 |
| Binary | 1000111 | 11111 | 1110101 | 100111 | 1001010 | 0 | 110110 | 100001100 | 111010 | 11101 |
Color Harmonies of #471F75
Complementary color
Monochromatic Colors of #471F75
Black with #471F75
Text Example
Text Example
White with #471F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F75; }
p { color: rgb(71,31,117); }
H1.HeaderClassName
{
color: #471F75;
}
.AnyTagClassName
{
color: #471F75;
}
</style>
background-color css
<style>
a { background-color: #471F75; }
a { background-color: rgb(71,31,117); }
div.DivClassName
{
background-color: #471F75;
}
.BgClassName
{
background-color: #471F75;
}
</style>
border-color css
<style>
span { border-color: #471F75; }
span { border-color: rgb(71,31,117); }
td.TdClassName
{
border-color: #471F75;
}
.TagClassName
{
border-color: #471F75;
}
</style>