Shades of Windsor #432377
Tints of Windsor #432377
RGB
CMYK
RGB Variations
Color information
#432377 (or 0x432377) is known color: Windsor. HEX triplet: 43, 23 and 77. RGB value is (67,35,119). Sum of RGB (Red+Green+Blue) = 67+35+119=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #432377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432377 is #BCDC88. Grayscale: #353535. Windows color (decimal): -12377225 or 7807811. OLE color: 7807811.
HSL color Cylindrical-coordinate representation of color #432377: hue angle of 262.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432377 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 35 | 119 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.53 |
| HSL | 262.86º | 0.55% | 0.3% | - |
| HSV(B) | 262.86º | 0.71% | 0.47% | - |
| XYZ | 6.25 | 3.73 | 17.84 | - |
| YUV | 54.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 119 | 0.44 | 0.71 | 0 | 0.53 | 262.86 | 0.55 | 0.3 |
| Hex | 43 | 23 | 77 | 2C | 47 | 0 | 35 | 107 | 37 | 1E |
| Octal | 103 | 43 | 167 | 54 | 107 | 0 | 65 | 407 | 67 | 36 |
| Binary | 1000011 | 100011 | 1110111 | 101100 | 1000111 | 0 | 110101 | 100000111 | 110111 | 11110 |
Color Harmonies of #432377
Complementary color
Monochromatic Colors of #432377
Black with #432377
Text Example
Text Example
White with #432377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432377; }
p { color: rgb(67,35,119); }
H1.HeaderClassName
{
color: #432377;
}
.AnyTagClassName
{
color: #432377;
}
</style>
background-color css
<style>
a { background-color: #432377; }
a { background-color: rgb(67,35,119); }
div.DivClassName
{
background-color: #432377;
}
.BgClassName
{
background-color: #432377;
}
</style>
border-color css
<style>
span { border-color: #432377; }
span { border-color: rgb(67,35,119); }
td.TdClassName
{
border-color: #432377;
}
.TagClassName
{
border-color: #432377;
}
</style>