Shades of Windsor #43208E
Tints of Windsor #43208E
RGB
CMYK
RGB Variations
Color information
#43208E (or 0x43208E) is known color: Windsor. HEX triplet: 43, 20 and 8E. RGB value is (67,32,142). Sum of RGB (Red+Green+Blue) = 67+32+142=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #43208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43208E is #BCDF71. Grayscale: #363636. Windows color (decimal): -12377970 or 9314371. OLE color: 9314371.
HSL color Cylindrical-coordinate representation of color #43208E: hue angle of 259.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43208E is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 32 | 142 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.44 |
| HSL | 259.09º | 0.63% | 0.34% | - |
| HSV(B) | 259.09º | 0.77% | 0.56% | - |
| XYZ | 7.71 | 4.18 | 25.99 | - |
| YUV | 55.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 142 | 0.53 | 0.77 | 0 | 0.44 | 259.09 | 0.63 | 0.34 |
| Hex | 43 | 20 | 8E | 35 | 4D | 0 | 2C | 103 | 3F | 22 |
| Octal | 103 | 40 | 216 | 65 | 115 | 0 | 54 | 403 | 77 | 42 |
| Binary | 1000011 | 100000 | 10001110 | 110101 | 1001101 | 0 | 101100 | 100000011 | 111111 | 100010 |
Color Harmonies of #43208E
Complementary color
Monochromatic Colors of #43208E
Black with #43208E
Text Example
Text Example
White with #43208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43208E; }
p { color: rgb(67,32,142); }
H1.HeaderClassName
{
color: #43208E;
}
.AnyTagClassName
{
color: #43208E;
}
</style>
background-color css
<style>
a { background-color: #43208E; }
a { background-color: rgb(67,32,142); }
div.DivClassName
{
background-color: #43208E;
}
.BgClassName
{
background-color: #43208E;
}
</style>
border-color css
<style>
span { border-color: #43208E; }
span { border-color: rgb(67,32,142); }
td.TdClassName
{
border-color: #43208E;
}
.TagClassName
{
border-color: #43208E;
}
</style>