Shades of Windsor #432373
Tints of Windsor #432373
RGB
CMYK
RGB Variations
Color information
#432373 (or 0x432373) is known color: Windsor. HEX triplet: 43, 23 and 73. RGB value is (67,35,115). Sum of RGB (Red+Green+Blue) = 67+35+115=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #432373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432373 is #BCDC8C. Grayscale: #353535. Windows color (decimal): -12377229 or 7545667. OLE color: 7545667.
HSL color Cylindrical-coordinate representation of color #432373: hue angle of 264º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432373 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 35 | 115 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.55 |
| HSL | 264º | 0.53% | 0.29% | - |
| HSV(B) | 264º | 0.7% | 0.45% | - |
| XYZ | 6.01 | 3.63 | 16.6 | - |
| YUV | 53.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 115 | 0.42 | 0.70 | 0 | 0.55 | 264 | 0.53 | 0.29 |
| Hex | 43 | 23 | 73 | 2A | 46 | 0 | 37 | 108 | 35 | 1D |
| Octal | 103 | 43 | 163 | 52 | 106 | 0 | 67 | 410 | 65 | 35 |
| Binary | 1000011 | 100011 | 1110011 | 101010 | 1000110 | 0 | 110111 | 100001000 | 110101 | 11101 |
Color Harmonies of #432373
Complementary color
Monochromatic Colors of #432373
Black with #432373
Text Example
Text Example
White with #432373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432373; }
p { color: rgb(67,35,115); }
H1.HeaderClassName
{
color: #432373;
}
.AnyTagClassName
{
color: #432373;
}
</style>
background-color css
<style>
a { background-color: #432373; }
a { background-color: rgb(67,35,115); }
div.DivClassName
{
background-color: #432373;
}
.BgClassName
{
background-color: #432373;
}
</style>
border-color css
<style>
span { border-color: #432373; }
span { border-color: rgb(67,35,115); }
td.TdClassName
{
border-color: #432373;
}
.TagClassName
{
border-color: #432373;
}
</style>