Shades of Windsor #432C84
Tints of Windsor #432C84
RGB
CMYK
RGB Variations
Color information
#432C84 (or 0x432C84) is known color: Windsor. HEX triplet: 43, 2C and 84. RGB value is (67,44,132). Sum of RGB (Red+Green+Blue) = 67+44+132=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #432C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432C84 is #BCD37B. Grayscale: #3C3C3C. Windows color (decimal): -12374908 or 8662083. OLE color: 8662083.
HSL color Cylindrical-coordinate representation of color #432C84: hue angle of 255.68º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432C84 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 44 | 132 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.48 |
| HSL | 255.68º | 0.5% | 0.35% | - |
| HSV(B) | 255.68º | 0.67% | 0.52% | - |
| XYZ | 7.38 | 4.66 | 22.34 | - |
| YUV | 60.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 132 | 0.49 | 0.67 | 0 | 0.48 | 255.68 | 0.5 | 0.35 |
| Hex | 43 | 2C | 84 | 31 | 43 | 0 | 30 | 100 | 32 | 23 |
| Octal | 103 | 54 | 204 | 61 | 103 | 0 | 60 | 400 | 62 | 43 |
| Binary | 1000011 | 101100 | 10000100 | 110001 | 1000011 | 0 | 110000 | 100000000 | 110010 | 100011 |
Color Harmonies of #432C84
Complementary color
Monochromatic Colors of #432C84
Black with #432C84
Text Example
Text Example
White with #432C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C84; }
p { color: rgb(67,44,132); }
H1.HeaderClassName
{
color: #432C84;
}
.AnyTagClassName
{
color: #432C84;
}
</style>
background-color css
<style>
a { background-color: #432C84; }
a { background-color: rgb(67,44,132); }
div.DivClassName
{
background-color: #432C84;
}
.BgClassName
{
background-color: #432C84;
}
</style>
border-color css
<style>
span { border-color: #432C84; }
span { border-color: rgb(67,44,132); }
td.TdClassName
{
border-color: #432C84;
}
.TagClassName
{
border-color: #432C84;
}
</style>