Shades of Windsor #432B89
Tints of Windsor #432B89
RGB
CMYK
RGB Variations
Color information
#432B89 (or 0x432B89) is known color: Windsor. HEX triplet: 43, 2B and 89. RGB value is (67,43,137). Sum of RGB (Red+Green+Blue) = 67+43+137=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #432B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432B89 is #BCD476. Grayscale: #3C3C3C. Windows color (decimal): -12375159 or 8989507. OLE color: 8989507.
HSL color Cylindrical-coordinate representation of color #432B89: hue angle of 255.32º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432B89 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 43 | 137 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.46 |
| HSL | 255.32º | 0.52% | 0.35% | - |
| HSV(B) | 255.32º | 0.69% | 0.54% | - |
| XYZ | 7.69 | 4.73 | 24.17 | - |
| YUV | 60.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 137 | 0.51 | 0.69 | 0 | 0.46 | 255.32 | 0.52 | 0.35 |
| Hex | 43 | 2B | 89 | 33 | 45 | 0 | 2E | FF | 34 | 23 |
| Octal | 103 | 53 | 211 | 63 | 105 | 0 | 56 | 377 | 64 | 43 |
| Binary | 1000011 | 101011 | 10001001 | 110011 | 1000101 | 0 | 101110 | 11111111 | 110100 | 100011 |
Color Harmonies of #432B89
Complementary color
Monochromatic Colors of #432B89
Black with #432B89
Text Example
Text Example
White with #432B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B89; }
p { color: rgb(67,43,137); }
H1.HeaderClassName
{
color: #432B89;
}
.AnyTagClassName
{
color: #432B89;
}
</style>
background-color css
<style>
a { background-color: #432B89; }
a { background-color: rgb(67,43,137); }
div.DivClassName
{
background-color: #432B89;
}
.BgClassName
{
background-color: #432B89;
}
</style>
border-color css
<style>
span { border-color: #432B89; }
span { border-color: rgb(67,43,137); }
td.TdClassName
{
border-color: #432B89;
}
.TagClassName
{
border-color: #432B89;
}
</style>