Shades of Windsor #432D7F
Tints of Windsor #432D7F
RGB
CMYK
RGB Variations
Color information
#432D7F (or 0x432D7F) is known color: Windsor. HEX triplet: 43, 2D and 7F. RGB value is (67,45,127). Sum of RGB (Red+Green+Blue) = 67+45+127=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #432D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D7F is #BCD280. Grayscale: #3C3C3C. Windows color (decimal): -12374657 or 8334659. OLE color: 8334659.
HSL color Cylindrical-coordinate representation of color #432D7F: hue angle of 256.1º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432D7F is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 45 | 127 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.50 |
| HSL | 256.1º | 0.48% | 0.34% | - |
| HSV(B) | 256.1º | 0.65% | 0.5% | - |
| XYZ | 7.08 | 4.6 | 20.59 | - |
| YUV | 60.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 127 | 0.47 | 0.65 | 0 | 0.50 | 256.1 | 0.48 | 0.34 |
| Hex | 43 | 2D | 7F | 2F | 41 | 0 | 32 | 100 | 30 | 22 |
| Octal | 103 | 55 | 177 | 57 | 101 | 0 | 62 | 400 | 60 | 42 |
| Binary | 1000011 | 101101 | 1111111 | 101111 | 1000001 | 0 | 110010 | 100000000 | 110000 | 100010 |
Color Harmonies of #432D7F
Complementary color
Monochromatic Colors of #432D7F
Black with #432D7F
Text Example
Text Example
White with #432D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D7F; }
p { color: rgb(67,45,127); }
H1.HeaderClassName
{
color: #432D7F;
}
.AnyTagClassName
{
color: #432D7F;
}
</style>
background-color css
<style>
a { background-color: #432D7F; }
a { background-color: rgb(67,45,127); }
div.DivClassName
{
background-color: #432D7F;
}
.BgClassName
{
background-color: #432D7F;
}
</style>
border-color css
<style>
span { border-color: #432D7F; }
span { border-color: rgb(67,45,127); }
td.TdClassName
{
border-color: #432D7F;
}
.TagClassName
{
border-color: #432D7F;
}
</style>