Shades of Windsor #432183
Tints of Windsor #432183
RGB
CMYK
RGB Variations
Color information
#432183 (or 0x432183) is known color: Windsor. HEX triplet: 43, 21 and 83. RGB value is (67,33,131). Sum of RGB (Red+Green+Blue) = 67+33+131=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #432183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432183 is #BCDE7C. Grayscale: #353535. Windows color (decimal): -12377725 or 8593731. OLE color: 8593731.
HSL color Cylindrical-coordinate representation of color #432183: hue angle of 260.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432183 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 33 | 131 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.49 |
| HSL | 260.82º | 0.6% | 0.32% | - |
| HSV(B) | 260.82º | 0.75% | 0.51% | - |
| XYZ | 6.96 | 3.92 | 21.86 | - |
| YUV | 54.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 131 | 0.49 | 0.75 | 0 | 0.49 | 260.82 | 0.6 | 0.32 |
| Hex | 43 | 21 | 83 | 31 | 4B | 0 | 31 | 105 | 3C | 20 |
| Octal | 103 | 41 | 203 | 61 | 113 | 0 | 61 | 405 | 74 | 40 |
| Binary | 1000011 | 100001 | 10000011 | 110001 | 1001011 | 0 | 110001 | 100000101 | 111100 | 100000 |
Color Harmonies of #432183
Complementary color
Monochromatic Colors of #432183
Black with #432183
Text Example
Text Example
White with #432183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432183; }
p { color: rgb(67,33,131); }
H1.HeaderClassName
{
color: #432183;
}
.AnyTagClassName
{
color: #432183;
}
</style>
background-color css
<style>
a { background-color: #432183; }
a { background-color: rgb(67,33,131); }
div.DivClassName
{
background-color: #432183;
}
.BgClassName
{
background-color: #432183;
}
</style>
border-color css
<style>
span { border-color: #432183; }
span { border-color: rgb(67,33,131); }
td.TdClassName
{
border-color: #432183;
}
.TagClassName
{
border-color: #432183;
}
</style>