Shades of Windsor #433171
Tints of Windsor #433171
RGB
CMYK
RGB Variations
Color information
#433171 (or 0x433171) is known color: Windsor. HEX triplet: 43, 31 and 71. RGB value is (67,49,113). Sum of RGB (Red+Green+Blue) = 67+49+113=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #433171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433171 is #BCCE8E. Grayscale: #3D3D3D. Windows color (decimal): -12373647 or 7418179. OLE color: 7418179.
HSL color Cylindrical-coordinate representation of color #433171: hue angle of 256.88º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433171 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 49 | 113 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.56 |
| HSL | 256.88º | 0.4% | 0.32% | - |
| HSV(B) | 256.88º | 0.57% | 0.44% | - |
| XYZ | 6.39 | 4.58 | 16.17 | - |
| YUV | 61.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 113 | 0.41 | 0.57 | 0 | 0.56 | 256.88 | 0.4 | 0.32 |
| Hex | 43 | 31 | 71 | 29 | 39 | 0 | 38 | 101 | 28 | 20 |
| Octal | 103 | 61 | 161 | 51 | 71 | 0 | 70 | 401 | 50 | 40 |
| Binary | 1000011 | 110001 | 1110001 | 101001 | 111001 | 0 | 111000 | 100000001 | 101000 | 100000 |
Color Harmonies of #433171
Complementary color
Monochromatic Colors of #433171
Black with #433171
Text Example
Text Example
White with #433171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433171; }
p { color: rgb(67,49,113); }
H1.HeaderClassName
{
color: #433171;
}
.AnyTagClassName
{
color: #433171;
}
</style>
background-color css
<style>
a { background-color: #433171; }
a { background-color: rgb(67,49,113); }
div.DivClassName
{
background-color: #433171;
}
.BgClassName
{
background-color: #433171;
}
</style>
border-color css
<style>
span { border-color: #433171; }
span { border-color: rgb(67,49,113); }
td.TdClassName
{
border-color: #433171;
}
.TagClassName
{
border-color: #433171;
}
</style>