Shades of Blue Diamond #451572
Tints of Blue Diamond #451572
RGB
CMYK
RGB Variations
Color information
#451572 (or 0x451572) is known color: Blue Diamond. HEX triplet: 45, 15 and 72. RGB value is (69,21,114). Sum of RGB (Red+Green+Blue) = 69+21+114=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #451572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451572 is #BAEA8D. Grayscale: #2D2D2D. Windows color (decimal): -12249742 or 7476549. OLE color: 7476549.
HSL color Cylindrical-coordinate representation of color #451572: hue angle of 270.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451572 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 21 | 114 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.55 |
| HSL | 270.97º | 0.69% | 0.26% | - |
| HSV(B) | 270.97º | 0.82% | 0.45% | - |
| XYZ | 5.76 | 3.02 | 16.2 | - |
| YUV | 45.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 114 | 0.39 | 0.82 | 0 | 0.55 | 270.97 | 0.69 | 0.26 |
| Hex | 45 | 15 | 72 | 27 | 52 | 0 | 37 | 10F | 45 | 1A |
| Octal | 105 | 25 | 162 | 47 | 122 | 0 | 67 | 417 | 105 | 32 |
| Binary | 1000101 | 10101 | 1110010 | 100111 | 1010010 | 0 | 110111 | 100001111 | 1000101 | 11010 |
Color Harmonies of #451572
Complementary color
Monochromatic Colors of #451572
Black with #451572
Text Example
Text Example
White with #451572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451572; }
p { color: rgb(69,21,114); }
H1.HeaderClassName
{
color: #451572;
}
.AnyTagClassName
{
color: #451572;
}
</style>
background-color css
<style>
a { background-color: #451572; }
a { background-color: rgb(69,21,114); }
div.DivClassName
{
background-color: #451572;
}
.BgClassName
{
background-color: #451572;
}
</style>
border-color css
<style>
span { border-color: #451572; }
span { border-color: rgb(69,21,114); }
td.TdClassName
{
border-color: #451572;
}
.TagClassName
{
border-color: #451572;
}
</style>