Shades of Windsor #43218E
Tints of Windsor #43218E
RGB
CMYK
RGB Variations
Color information
#43218E (or 0x43218E) is known color: Windsor. HEX triplet: 43, 21 and 8E. RGB value is (67,33,142). Sum of RGB (Red+Green+Blue) = 67+33+142=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #43218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43218E is #BCDE71. Grayscale: #373737. Windows color (decimal): -12377714 or 9314627. OLE color: 9314627.
HSL color Cylindrical-coordinate representation of color #43218E: hue angle of 258.72º degrees, saturation: 0.62, 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 #43218E is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 33 | 142 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.44 |
| HSL | 258.72º | 0.62% | 0.34% | - |
| HSV(B) | 258.72º | 0.77% | 0.56% | - |
| XYZ | 7.74 | 4.23 | 26 | - |
| YUV | 55.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 142 | 0.53 | 0.77 | 0 | 0.44 | 258.72 | 0.62 | 0.34 |
| Hex | 43 | 21 | 8E | 35 | 4D | 0 | 2C | 103 | 3E | 22 |
| Octal | 103 | 41 | 216 | 65 | 115 | 0 | 54 | 403 | 76 | 42 |
| Binary | 1000011 | 100001 | 10001110 | 110101 | 1001101 | 0 | 101100 | 100000011 | 111110 | 100010 |
Color Harmonies of #43218E
Complementary color
Monochromatic Colors of #43218E
Black with #43218E
Text Example
Text Example
White with #43218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43218E; }
p { color: rgb(67,33,142); }
H1.HeaderClassName
{
color: #43218E;
}
.AnyTagClassName
{
color: #43218E;
}
</style>
background-color css
<style>
a { background-color: #43218E; }
a { background-color: rgb(67,33,142); }
div.DivClassName
{
background-color: #43218E;
}
.BgClassName
{
background-color: #43218E;
}
</style>
border-color css
<style>
span { border-color: #43218E; }
span { border-color: rgb(67,33,142); }
td.TdClassName
{
border-color: #43218E;
}
.TagClassName
{
border-color: #43218E;
}
</style>