Shades of Windsor #432192
Tints of Windsor #432192
RGB
CMYK
RGB Variations
Color information
#432192 (or 0x432192) is known color: Windsor. HEX triplet: 43, 21 and 92. RGB value is (67,33,146). Sum of RGB (Red+Green+Blue) = 67+33+146=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #432192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432192 is #BCDE6D. Grayscale: #373737. Windows color (decimal): -12377710 or 9576771. OLE color: 9576771.
HSL color Cylindrical-coordinate representation of color #432192: hue angle of 258.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432192 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 33 | 146 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.43 |
| HSL | 258.05º | 0.63% | 0.35% | - |
| HSV(B) | 258.05º | 0.77% | 0.57% | - |
| XYZ | 8.05 | 4.36 | 27.61 | - |
| YUV | 56.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 146 | 0.54 | 0.77 | 0 | 0.43 | 258.05 | 0.63 | 0.35 |
| Hex | 43 | 21 | 92 | 36 | 4D | 0 | 2B | 102 | 3F | 23 |
| Octal | 103 | 41 | 222 | 66 | 115 | 0 | 53 | 402 | 77 | 43 |
| Binary | 1000011 | 100001 | 10010010 | 110110 | 1001101 | 0 | 101011 | 100000010 | 111111 | 100011 |
Color Harmonies of #432192
Complementary color
Monochromatic Colors of #432192
Black with #432192
Text Example
Text Example
White with #432192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432192; }
p { color: rgb(67,33,146); }
H1.HeaderClassName
{
color: #432192;
}
.AnyTagClassName
{
color: #432192;
}
</style>
background-color css
<style>
a { background-color: #432192; }
a { background-color: rgb(67,33,146); }
div.DivClassName
{
background-color: #432192;
}
.BgClassName
{
background-color: #432192;
}
</style>
border-color css
<style>
span { border-color: #432192; }
span { border-color: rgb(67,33,146); }
td.TdClassName
{
border-color: #432192;
}
.TagClassName
{
border-color: #432192;
}
</style>