Shades of Windsor #43296F
Tints of Windsor #43296F
RGB
CMYK
RGB Variations
Color information
#43296F (or 0x43296F) is known color: Windsor. HEX triplet: 43, 29 and 6F. RGB value is (67,41,111). Sum of RGB (Red+Green+Blue) = 67+41+111=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #43296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43296F is #BCD690. Grayscale: #383838. Windows color (decimal): -12375697 or 7285059. OLE color: 7285059.
HSL color Cylindrical-coordinate representation of color #43296F: hue angle of 262.29º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43296F is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 41 | 111 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.56 |
| HSL | 262.29º | 0.46% | 0.3% | - |
| HSV(B) | 262.29º | 0.63% | 0.44% | - |
| XYZ | 5.98 | 3.93 | 15.48 | - |
| YUV | 56.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 111 | 0.40 | 0.63 | 0 | 0.56 | 262.29 | 0.46 | 0.3 |
| Hex | 43 | 29 | 6F | 28 | 3F | 0 | 38 | 106 | 2E | 1E |
| Octal | 103 | 51 | 157 | 50 | 77 | 0 | 70 | 406 | 56 | 36 |
| Binary | 1000011 | 101001 | 1101111 | 101000 | 111111 | 0 | 111000 | 100000110 | 101110 | 11110 |
Color Harmonies of #43296F
Complementary color
Monochromatic Colors of #43296F
Black with #43296F
Text Example
Text Example
White with #43296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43296F; }
p { color: rgb(67,41,111); }
H1.HeaderClassName
{
color: #43296F;
}
.AnyTagClassName
{
color: #43296F;
}
</style>
background-color css
<style>
a { background-color: #43296F; }
a { background-color: rgb(67,41,111); }
div.DivClassName
{
background-color: #43296F;
}
.BgClassName
{
background-color: #43296F;
}
</style>
border-color css
<style>
span { border-color: #43296F; }
span { border-color: rgb(67,41,111); }
td.TdClassName
{
border-color: #43296F;
}
.TagClassName
{
border-color: #43296F;
}
</style>