Shades of Blue Diamond #431D71
Tints of Blue Diamond #431D71
RGB
CMYK
RGB Variations
Color information
#431D71 (or 0x431D71) is known color: Blue Diamond. HEX triplet: 43, 1D and 71. RGB value is (67,29,113). Sum of RGB (Red+Green+Blue) = 67+29+113=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #431D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D71 is #BCE28E. Grayscale: #313131. Windows color (decimal): -12378767 or 7413059. OLE color: 7413059.
HSL color Cylindrical-coordinate representation of color #431D71: hue angle of 267.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431D71 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 29 | 113 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.56 |
| HSL | 267.14º | 0.59% | 0.28% | - |
| HSV(B) | 267.14º | 0.74% | 0.44% | - |
| XYZ | 5.73 | 3.26 | 15.95 | - |
| YUV | 49.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 113 | 0.41 | 0.74 | 0 | 0.56 | 267.14 | 0.59 | 0.28 |
| Hex | 43 | 1D | 71 | 29 | 4A | 0 | 38 | 10B | 3B | 1C |
| Octal | 103 | 35 | 161 | 51 | 112 | 0 | 70 | 413 | 73 | 34 |
| Binary | 1000011 | 11101 | 1110001 | 101001 | 1001010 | 0 | 111000 | 100001011 | 111011 | 11100 |
Color Harmonies of #431D71
Complementary color
Monochromatic Colors of #431D71
Black with #431D71
Text Example
Text Example
White with #431D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D71; }
p { color: rgb(67,29,113); }
H1.HeaderClassName
{
color: #431D71;
}
.AnyTagClassName
{
color: #431D71;
}
</style>
background-color css
<style>
a { background-color: #431D71; }
a { background-color: rgb(67,29,113); }
div.DivClassName
{
background-color: #431D71;
}
.BgClassName
{
background-color: #431D71;
}
</style>
border-color css
<style>
span { border-color: #431D71; }
span { border-color: rgb(67,29,113); }
td.TdClassName
{
border-color: #431D71;
}
.TagClassName
{
border-color: #431D71;
}
</style>