Shades of Blue Diamond #431971
Tints of Blue Diamond #431971
RGB
CMYK
RGB Variations
Color information
#431971 (or 0x431971) is known color: Blue Diamond. HEX triplet: 43, 19 and 71. RGB value is (67,25,113). Sum of RGB (Red+Green+Blue) = 67+25+113=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #431971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431971 is #BCE68E. Grayscale: #2F2F2F. Windows color (decimal): -12379791 or 7412035. OLE color: 7412035.
HSL color Cylindrical-coordinate representation of color #431971: hue angle of 268.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431971 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 25 | 113 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.56 |
| HSL | 268.64º | 0.64% | 0.27% | - |
| HSV(B) | 268.64º | 0.78% | 0.44% | - |
| XYZ | 5.64 | 3.08 | 15.92 | - |
| YUV | 47.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 113 | 0.41 | 0.78 | 0 | 0.56 | 268.64 | 0.64 | 0.27 |
| Hex | 43 | 19 | 71 | 29 | 4E | 0 | 38 | 10D | 40 | 1B |
| Octal | 103 | 31 | 161 | 51 | 116 | 0 | 70 | 415 | 100 | 33 |
| Binary | 1000011 | 11001 | 1110001 | 101001 | 1001110 | 0 | 111000 | 100001101 | 1000000 | 11011 |
Color Harmonies of #431971
Complementary color
Monochromatic Colors of #431971
Black with #431971
Text Example
Text Example
White with #431971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431971; }
p { color: rgb(67,25,113); }
H1.HeaderClassName
{
color: #431971;
}
.AnyTagClassName
{
color: #431971;
}
</style>
background-color css
<style>
a { background-color: #431971; }
a { background-color: rgb(67,25,113); }
div.DivClassName
{
background-color: #431971;
}
.BgClassName
{
background-color: #431971;
}
</style>
border-color css
<style>
span { border-color: #431971; }
span { border-color: rgb(67,25,113); }
td.TdClassName
{
border-color: #431971;
}
.TagClassName
{
border-color: #431971;
}
</style>