Shades of Windsor #432881
Tints of Windsor #432881
RGB
CMYK
RGB Variations
Color information
#432881 (or 0x432881) is known color: Windsor. HEX triplet: 43, 28 and 81. RGB value is (67,40,129). Sum of RGB (Red+Green+Blue) = 67+40+129=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #432881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432881 is #BCD77E. Grayscale: #393939. Windows color (decimal): -12375935 or 8464451. OLE color: 8464451.
HSL color Cylindrical-coordinate representation of color #432881: hue angle of 258.2º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432881 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 40 | 129 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.49 |
| HSL | 258.2º | 0.53% | 0.33% | - |
| HSV(B) | 258.2º | 0.69% | 0.51% | - |
| XYZ | 7.04 | 4.3 | 21.23 | - |
| YUV | 58.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 129 | 0.48 | 0.69 | 0 | 0.49 | 258.2 | 0.53 | 0.33 |
| Hex | 43 | 28 | 81 | 30 | 45 | 0 | 31 | 102 | 35 | 21 |
| Octal | 103 | 50 | 201 | 60 | 105 | 0 | 61 | 402 | 65 | 41 |
| Binary | 1000011 | 101000 | 10000001 | 110000 | 1000101 | 0 | 110001 | 100000010 | 110101 | 100001 |
Color Harmonies of #432881
Complementary color
Monochromatic Colors of #432881
Black with #432881
Text Example
Text Example
White with #432881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432881; }
p { color: rgb(67,40,129); }
H1.HeaderClassName
{
color: #432881;
}
.AnyTagClassName
{
color: #432881;
}
</style>
background-color css
<style>
a { background-color: #432881; }
a { background-color: rgb(67,40,129); }
div.DivClassName
{
background-color: #432881;
}
.BgClassName
{
background-color: #432881;
}
</style>
border-color css
<style>
span { border-color: #432881; }
span { border-color: rgb(67,40,129); }
td.TdClassName
{
border-color: #432881;
}
.TagClassName
{
border-color: #432881;
}
</style>