Shades of Windsor #432D7A
Tints of Windsor #432D7A
RGB
CMYK
RGB Variations
Color information
#432D7A (or 0x432D7A) is known color: Windsor. HEX triplet: 43, 2D and 7A. RGB value is (67,45,122). Sum of RGB (Red+Green+Blue) = 67+45+122=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #432D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D7A is #BCD285. Grayscale: #3C3C3C. Windows color (decimal): -12374662 or 8006979. OLE color: 8006979.
HSL color Cylindrical-coordinate representation of color #432D7A: hue angle of 257.14º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432D7A is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 45 | 122 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.52 |
| HSL | 257.14º | 0.46% | 0.33% | - |
| HSV(B) | 257.14º | 0.63% | 0.48% | - |
| XYZ | 6.77 | 4.48 | 18.92 | - |
| YUV | 60.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 122 | 0.45 | 0.63 | 0 | 0.52 | 257.14 | 0.46 | 0.33 |
| Hex | 43 | 2D | 7A | 2D | 3F | 0 | 34 | 101 | 2E | 21 |
| Octal | 103 | 55 | 172 | 55 | 77 | 0 | 64 | 401 | 56 | 41 |
| Binary | 1000011 | 101101 | 1111010 | 101101 | 111111 | 0 | 110100 | 100000001 | 101110 | 100001 |
Color Harmonies of #432D7A
Complementary color
Monochromatic Colors of #432D7A
Black with #432D7A
Text Example
Text Example
White with #432D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D7A; }
p { color: rgb(67,45,122); }
H1.HeaderClassName
{
color: #432D7A;
}
.AnyTagClassName
{
color: #432D7A;
}
</style>
background-color css
<style>
a { background-color: #432D7A; }
a { background-color: rgb(67,45,122); }
div.DivClassName
{
background-color: #432D7A;
}
.BgClassName
{
background-color: #432D7A;
}
</style>
border-color css
<style>
span { border-color: #432D7A; }
span { border-color: rgb(67,45,122); }
td.TdClassName
{
border-color: #432D7A;
}
.TagClassName
{
border-color: #432D7A;
}
</style>