Shades of Windsor #432888
Tints of Windsor #432888
RGB
CMYK
RGB Variations
Color information
#432888 (or 0x432888) is known color: Windsor. HEX triplet: 43, 28 and 88. RGB value is (67,40,136). Sum of RGB (Red+Green+Blue) = 67+40+136=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #432888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432888 is #BCD777. Grayscale: #3A3A3A. Windows color (decimal): -12375928 or 8923203. OLE color: 8923203.
HSL color Cylindrical-coordinate representation of color #432888: hue angle of 256.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432888 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 40 | 136 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.47 |
| HSL | 256.88º | 0.55% | 0.35% | - |
| HSV(B) | 256.88º | 0.71% | 0.53% | - |
| XYZ | 7.52 | 4.49 | 23.76 | - |
| YUV | 59.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 136 | 0.51 | 0.71 | 0 | 0.47 | 256.88 | 0.55 | 0.35 |
| Hex | 43 | 28 | 88 | 33 | 47 | 0 | 2F | 101 | 37 | 23 |
| Octal | 103 | 50 | 210 | 63 | 107 | 0 | 57 | 401 | 67 | 43 |
| Binary | 1000011 | 101000 | 10001000 | 110011 | 1000111 | 0 | 101111 | 100000001 | 110111 | 100011 |
Color Harmonies of #432888
Complementary color
Monochromatic Colors of #432888
Black with #432888
Text Example
Text Example
White with #432888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432888; }
p { color: rgb(67,40,136); }
H1.HeaderClassName
{
color: #432888;
}
.AnyTagClassName
{
color: #432888;
}
</style>
background-color css
<style>
a { background-color: #432888; }
a { background-color: rgb(67,40,136); }
div.DivClassName
{
background-color: #432888;
}
.BgClassName
{
background-color: #432888;
}
</style>
border-color css
<style>
span { border-color: #432888; }
span { border-color: rgb(67,40,136); }
td.TdClassName
{
border-color: #432888;
}
.TagClassName
{
border-color: #432888;
}
</style>