Shades of Blue Diamond #432D69
Tints of Blue Diamond #432D69
RGB
CMYK
RGB Variations
Color information
#432D69 (or 0x432D69) is known color: Blue Diamond. HEX triplet: 43, 2D and 69. RGB value is (67,45,105). Sum of RGB (Red+Green+Blue) = 67+45+105=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #432D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D69 is #BCD296. Grayscale: #3A3A3A. Windows color (decimal): -12374679 or 6892867. OLE color: 6892867.
HSL color Cylindrical-coordinate representation of color #432D69: hue angle of 262º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #432D69 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 45 | 105 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.59 |
| HSL | 262º | 0.4% | 0.29% | - |
| HSV(B) | 262º | 0.57% | 0.41% | - |
| XYZ | 5.8 | 4.09 | 13.85 | - |
| YUV | 58.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 105 | 0.36 | 0.57 | 0 | 0.59 | 262 | 0.4 | 0.29 |
| Hex | 43 | 2D | 69 | 24 | 39 | 0 | 3B | 106 | 28 | 1D |
| Octal | 103 | 55 | 151 | 44 | 71 | 0 | 73 | 406 | 50 | 35 |
| Binary | 1000011 | 101101 | 1101001 | 100100 | 111001 | 0 | 111011 | 100000110 | 101000 | 11101 |
Color Harmonies of #432D69
Complementary color
Monochromatic Colors of #432D69
Black with #432D69
Text Example
Text Example
White with #432D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D69; }
p { color: rgb(67,45,105); }
H1.HeaderClassName
{
color: #432D69;
}
.AnyTagClassName
{
color: #432D69;
}
</style>
background-color css
<style>
a { background-color: #432D69; }
a { background-color: rgb(67,45,105); }
div.DivClassName
{
background-color: #432D69;
}
.BgClassName
{
background-color: #432D69;
}
</style>
border-color css
<style>
span { border-color: #432D69; }
span { border-color: rgb(67,45,105); }
td.TdClassName
{
border-color: #432D69;
}
.TagClassName
{
border-color: #432D69;
}
</style>