Shades of Blue Diamond #452172
Tints of Blue Diamond #452172
RGB
CMYK
RGB Variations
Color information
#452172 (or 0x452172) is known color: Blue Diamond. HEX triplet: 45, 21 and 72. RGB value is (69,33,114). Sum of RGB (Red+Green+Blue) = 69+33+114=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #452172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452172 is #BADE8D. Grayscale: #343434. Windows color (decimal): -12246670 or 7479621. OLE color: 7479621.
HSL color Cylindrical-coordinate representation of color #452172: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452172 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 33 | 114 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.55 |
| HSL | 266.67º | 0.55% | 0.29% | - |
| HSV(B) | 266.67º | 0.71% | 0.45% | - |
| XYZ | 6.04 | 3.57 | 16.29 | - |
| YUV | 53 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 114 | 0.39 | 0.71 | 0 | 0.55 | 266.67 | 0.55 | 0.29 |
| Hex | 45 | 21 | 72 | 27 | 47 | 0 | 37 | 10B | 37 | 1D |
| Octal | 105 | 41 | 162 | 47 | 107 | 0 | 67 | 413 | 67 | 35 |
| Binary | 1000101 | 100001 | 1110010 | 100111 | 1000111 | 0 | 110111 | 100001011 | 110111 | 11101 |
Color Harmonies of #452172
Complementary color
Monochromatic Colors of #452172
Black with #452172
Text Example
Text Example
White with #452172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452172; }
p { color: rgb(69,33,114); }
H1.HeaderClassName
{
color: #452172;
}
.AnyTagClassName
{
color: #452172;
}
</style>
background-color css
<style>
a { background-color: #452172; }
a { background-color: rgb(69,33,114); }
div.DivClassName
{
background-color: #452172;
}
.BgClassName
{
background-color: #452172;
}
</style>
border-color css
<style>
span { border-color: #452172; }
span { border-color: rgb(69,33,114); }
td.TdClassName
{
border-color: #452172;
}
.TagClassName
{
border-color: #452172;
}
</style>