Shades of Windsor #432C73
Tints of Windsor #432C73
RGB
CMYK
RGB Variations
Color information
#432C73 (or 0x432C73) is known color: Windsor. HEX triplet: 43, 2C and 73. RGB value is (67,44,115). Sum of RGB (Red+Green+Blue) = 67+44+115=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #432C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C73 is #BCD38C. Grayscale: #3A3A3A. Windows color (decimal): -12374925 or 7547971. OLE color: 7547971.
HSL color Cylindrical-coordinate representation of color #432C73: hue angle of 259.44º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #432C73 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 44 | 115 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.55 |
| HSL | 259.44º | 0.45% | 0.31% | - |
| HSV(B) | 259.44º | 0.62% | 0.45% | - |
| XYZ | 6.31 | 4.23 | 16.7 | - |
| YUV | 58.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 115 | 0.42 | 0.62 | 0 | 0.55 | 259.44 | 0.45 | 0.31 |
| Hex | 43 | 2C | 73 | 2A | 3E | 0 | 37 | 103 | 2D | 1F |
| Octal | 103 | 54 | 163 | 52 | 76 | 0 | 67 | 403 | 55 | 37 |
| Binary | 1000011 | 101100 | 1110011 | 101010 | 111110 | 0 | 110111 | 100000011 | 101101 | 11111 |
Color Harmonies of #432C73
Complementary color
Monochromatic Colors of #432C73
Black with #432C73
Text Example
Text Example
White with #432C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C73; }
p { color: rgb(67,44,115); }
H1.HeaderClassName
{
color: #432C73;
}
.AnyTagClassName
{
color: #432C73;
}
</style>
background-color css
<style>
a { background-color: #432C73; }
a { background-color: rgb(67,44,115); }
div.DivClassName
{
background-color: #432C73;
}
.BgClassName
{
background-color: #432C73;
}
</style>
border-color css
<style>
span { border-color: #432C73; }
span { border-color: rgb(67,44,115); }
td.TdClassName
{
border-color: #432C73;
}
.TagClassName
{
border-color: #432C73;
}
</style>