Shades of Blue Diamond #451771
Tints of Blue Diamond #451771
RGB
CMYK
RGB Variations
Color information
#451771 (or 0x451771) is known color: Blue Diamond. HEX triplet: 45, 17 and 71. RGB value is (69,23,113). Sum of RGB (Red+Green+Blue) = 69+23+113=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 23 (9.38% from 255 or 11.22% 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 #451771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451771 is #BAE88E. Grayscale: #2E2E2E. Windows color (decimal): -12249231 or 7411525. OLE color: 7411525.
HSL color Cylindrical-coordinate representation of color #451771: hue angle of 270.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451771 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 23 | 113 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.56 |
| HSL | 270.67º | 0.66% | 0.27% | - |
| HSV(B) | 270.67º | 0.8% | 0.44% | - |
| XYZ | 5.74 | 3.07 | 15.91 | - |
| YUV | 47.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 113 | 0.39 | 0.80 | 0 | 0.56 | 270.67 | 0.66 | 0.27 |
| Hex | 45 | 17 | 71 | 27 | 50 | 0 | 38 | 10F | 42 | 1B |
| Octal | 105 | 27 | 161 | 47 | 120 | 0 | 70 | 417 | 102 | 33 |
| Binary | 1000101 | 10111 | 1110001 | 100111 | 1010000 | 0 | 111000 | 100001111 | 1000010 | 11011 |
Color Harmonies of #451771
Complementary color
Monochromatic Colors of #451771
Black with #451771
Text Example
Text Example
White with #451771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451771; }
p { color: rgb(69,23,113); }
H1.HeaderClassName
{
color: #451771;
}
.AnyTagClassName
{
color: #451771;
}
</style>
background-color css
<style>
a { background-color: #451771; }
a { background-color: rgb(69,23,113); }
div.DivClassName
{
background-color: #451771;
}
.BgClassName
{
background-color: #451771;
}
</style>
border-color css
<style>
span { border-color: #451771; }
span { border-color: rgb(69,23,113); }
td.TdClassName
{
border-color: #451771;
}
.TagClassName
{
border-color: #451771;
}
</style>