Shades of Blue Diamond #471975
Tints of Blue Diamond #471975
RGB
CMYK
RGB Variations
Color information
#471975 (or 0x471975) is known color: Blue Diamond. HEX triplet: 47, 19 and 75. RGB value is (71,25,117). Sum of RGB (Red+Green+Blue) = 71+25+117=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #471975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471975 is #B8E68A. Grayscale: #303030. Windows color (decimal): -12117643 or 7674183. OLE color: 7674183.
HSL color Cylindrical-coordinate representation of color #471975: hue angle of 270º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471975 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 25 | 117 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.54 |
| HSL | 270º | 0.65% | 0.28% | - |
| HSV(B) | 270º | 0.79% | 0.46% | - |
| XYZ | 6.16 | 3.32 | 17.15 | - |
| YUV | 49.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 117 | 0.39 | 0.79 | 0 | 0.54 | 270 | 0.65 | 0.28 |
| Hex | 47 | 19 | 75 | 27 | 4F | 0 | 36 | 10E | 41 | 1C |
| Octal | 107 | 31 | 165 | 47 | 117 | 0 | 66 | 416 | 101 | 34 |
| Binary | 1000111 | 11001 | 1110101 | 100111 | 1001111 | 0 | 110110 | 100001110 | 1000001 | 11100 |
Color Harmonies of #471975
Complementary color
Monochromatic Colors of #471975
Black with #471975
Text Example
Text Example
White with #471975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471975; }
p { color: rgb(71,25,117); }
H1.HeaderClassName
{
color: #471975;
}
.AnyTagClassName
{
color: #471975;
}
</style>
background-color css
<style>
a { background-color: #471975; }
a { background-color: rgb(71,25,117); }
div.DivClassName
{
background-color: #471975;
}
.BgClassName
{
background-color: #471975;
}
</style>
border-color css
<style>
span { border-color: #471975; }
span { border-color: rgb(71,25,117); }
td.TdClassName
{
border-color: #471975;
}
.TagClassName
{
border-color: #471975;
}
</style>