Shades of Blue Diamond #452771
Tints of Blue Diamond #452771
RGB
CMYK
RGB Variations
Color information
#452771 (or 0x452771) is known color: Blue Diamond. HEX triplet: 45, 27 and 71. RGB value is (69,39,113). Sum of RGB (Red+Green+Blue) = 69+39+113=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #452771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452771 is #BAD88E. Grayscale: #383838. Windows color (decimal): -12245135 or 7415621. OLE color: 7415621.
HSL color Cylindrical-coordinate representation of color #452771: hue angle of 264.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452771 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 39 | 113 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.56 |
| HSL | 264.32º | 0.49% | 0.3% | - |
| HSV(B) | 264.32º | 0.65% | 0.44% | - |
| XYZ | 6.16 | 3.91 | 16.05 | - |
| YUV | 56.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 113 | 0.39 | 0.65 | 0 | 0.56 | 264.32 | 0.49 | 0.3 |
| Hex | 45 | 27 | 71 | 27 | 41 | 0 | 38 | 108 | 31 | 1E |
| Octal | 105 | 47 | 161 | 47 | 101 | 0 | 70 | 410 | 61 | 36 |
| Binary | 1000101 | 100111 | 1110001 | 100111 | 1000001 | 0 | 111000 | 100001000 | 110001 | 11110 |
Color Harmonies of #452771
Complementary color
Monochromatic Colors of #452771
Black with #452771
Text Example
Text Example
White with #452771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452771; }
p { color: rgb(69,39,113); }
H1.HeaderClassName
{
color: #452771;
}
.AnyTagClassName
{
color: #452771;
}
</style>
background-color css
<style>
a { background-color: #452771; }
a { background-color: rgb(69,39,113); }
div.DivClassName
{
background-color: #452771;
}
.BgClassName
{
background-color: #452771;
}
</style>
border-color css
<style>
span { border-color: #452771; }
span { border-color: rgb(69,39,113); }
td.TdClassName
{
border-color: #452771;
}
.TagClassName
{
border-color: #452771;
}
</style>