Shades of Windsor #432D6D
Tints of Windsor #432D6D
RGB
CMYK
RGB Variations
Color information
#432D6D (or 0x432D6D) is known color: Windsor. HEX triplet: 43, 2D and 6D. RGB value is (67,45,109). Sum of RGB (Red+Green+Blue) = 67+45+109=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #432D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D6D is #BCD292. Grayscale: #3A3A3A. Windows color (decimal): -12374675 or 7155011. OLE color: 7155011.
HSL color Cylindrical-coordinate representation of color #432D6D: hue angle of 260.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #432D6D is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 45 | 109 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.57 |
| HSL | 260.63º | 0.42% | 0.3% | - |
| HSV(B) | 260.63º | 0.59% | 0.43% | - |
| XYZ | 6.01 | 4.17 | 14.96 | - |
| YUV | 58.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 109 | 0.39 | 0.59 | 0 | 0.57 | 260.63 | 0.42 | 0.3 |
| Hex | 43 | 2D | 6D | 27 | 3B | 0 | 39 | 105 | 2A | 1E |
| Octal | 103 | 55 | 155 | 47 | 73 | 0 | 71 | 405 | 52 | 36 |
| Binary | 1000011 | 101101 | 1101101 | 100111 | 111011 | 0 | 111001 | 100000101 | 101010 | 11110 |
Color Harmonies of #432D6D
Complementary color
Monochromatic Colors of #432D6D
Black with #432D6D
Text Example
Text Example
White with #432D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D6D; }
p { color: rgb(67,45,109); }
H1.HeaderClassName
{
color: #432D6D;
}
.AnyTagClassName
{
color: #432D6D;
}
</style>
background-color css
<style>
a { background-color: #432D6D; }
a { background-color: rgb(67,45,109); }
div.DivClassName
{
background-color: #432D6D;
}
.BgClassName
{
background-color: #432D6D;
}
</style>
border-color css
<style>
span { border-color: #432D6D; }
span { border-color: rgb(67,45,109); }
td.TdClassName
{
border-color: #432D6D;
}
.TagClassName
{
border-color: #432D6D;
}
</style>