Shades of Blue Diamond #451D71
Tints of Blue Diamond #451D71
RGB
CMYK
RGB Variations
Color information
#451D71 (or 0x451D71) is known color: Blue Diamond. HEX triplet: 45, 1D and 71. RGB value is (69,29,113). Sum of RGB (Red+Green+Blue) = 69+29+113=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #451D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D71 is #BAE28E. Grayscale: #323232. Windows color (decimal): -12247695 or 7413061. OLE color: 7413061.
HSL color Cylindrical-coordinate representation of color #451D71: hue angle of 268.57º 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 #451D71 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 29 | 113 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.56 |
| HSL | 268.57º | 0.59% | 0.28% | - |
| HSV(B) | 268.57º | 0.74% | 0.44% | - |
| XYZ | 5.87 | 3.34 | 15.96 | - |
| YUV | 50.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 113 | 0.39 | 0.74 | 0 | 0.56 | 268.57 | 0.59 | 0.28 |
| Hex | 45 | 1D | 71 | 27 | 4A | 0 | 38 | 10D | 3B | 1C |
| Octal | 105 | 35 | 161 | 47 | 112 | 0 | 70 | 415 | 73 | 34 |
| Binary | 1000101 | 11101 | 1110001 | 100111 | 1001010 | 0 | 111000 | 100001101 | 111011 | 11100 |
Color Harmonies of #451D71
Complementary color
Monochromatic Colors of #451D71
Black with #451D71
Text Example
Text Example
White with #451D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D71; }
p { color: rgb(69,29,113); }
H1.HeaderClassName
{
color: #451D71;
}
.AnyTagClassName
{
color: #451D71;
}
</style>
background-color css
<style>
a { background-color: #451D71; }
a { background-color: rgb(69,29,113); }
div.DivClassName
{
background-color: #451D71;
}
.BgClassName
{
background-color: #451D71;
}
</style>
border-color css
<style>
span { border-color: #451D71; }
span { border-color: rgb(69,29,113); }
td.TdClassName
{
border-color: #451D71;
}
.TagClassName
{
border-color: #451D71;
}
</style>