Shades of Blue Diamond #452271
Tints of Blue Diamond #452271
RGB
CMYK
RGB Variations
Color information
#452271 (or 0x452271) is known color: Blue Diamond. HEX triplet: 45, 22 and 71. RGB value is (69,34,113). Sum of RGB (Red+Green+Blue) = 69+34+113=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #452271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452271 is #BADD8E. Grayscale: #353535. Windows color (decimal): -12246415 or 7414341. OLE color: 7414341.
HSL color Cylindrical-coordinate representation of color #452271: hue angle of 266.58º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452271 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 34 | 113 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.56 |
| HSL | 266.58º | 0.54% | 0.29% | - |
| HSV(B) | 266.58º | 0.7% | 0.44% | - |
| XYZ | 6.01 | 3.6 | 16 | - |
| YUV | 53.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 113 | 0.39 | 0.70 | 0 | 0.56 | 266.58 | 0.54 | 0.29 |
| Hex | 45 | 22 | 71 | 27 | 46 | 0 | 38 | 10B | 36 | 1D |
| Octal | 105 | 42 | 161 | 47 | 106 | 0 | 70 | 413 | 66 | 35 |
| Binary | 1000101 | 100010 | 1110001 | 100111 | 1000110 | 0 | 111000 | 100001011 | 110110 | 11101 |
Color Harmonies of #452271
Complementary color
Monochromatic Colors of #452271
Black with #452271
Text Example
Text Example
White with #452271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452271; }
p { color: rgb(69,34,113); }
H1.HeaderClassName
{
color: #452271;
}
.AnyTagClassName
{
color: #452271;
}
</style>
background-color css
<style>
a { background-color: #452271; }
a { background-color: rgb(69,34,113); }
div.DivClassName
{
background-color: #452271;
}
.BgClassName
{
background-color: #452271;
}
</style>
border-color css
<style>
span { border-color: #452271; }
span { border-color: rgb(69,34,113); }
td.TdClassName
{
border-color: #452271;
}
.TagClassName
{
border-color: #452271;
}
</style>