Shades of Windsor #43276F
Tints of Windsor #43276F
RGB
CMYK
RGB Variations
Color information
#43276F (or 0x43276F) is known color: Windsor. HEX triplet: 43, 27 and 6F. RGB value is (67,39,111). Sum of RGB (Red+Green+Blue) = 67+39+111=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #43276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43276F is #BCD890. Grayscale: #373737. Windows color (decimal): -12376209 or 7284547. OLE color: 7284547.
HSL color Cylindrical-coordinate representation of color #43276F: hue angle of 263.33º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43276F is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 39 | 111 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.56 |
| HSL | 263.33º | 0.48% | 0.29% | - |
| HSV(B) | 263.33º | 0.65% | 0.44% | - |
| XYZ | 5.91 | 3.79 | 15.46 | - |
| YUV | 55.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 39 | 111 | 0.40 | 0.65 | 0 | 0.56 | 263.33 | 0.48 | 0.29 |
| Hex | 43 | 27 | 6F | 28 | 41 | 0 | 38 | 107 | 30 | 1D |
| Octal | 103 | 47 | 157 | 50 | 101 | 0 | 70 | 407 | 60 | 35 |
| Binary | 1000011 | 100111 | 1101111 | 101000 | 1000001 | 0 | 111000 | 100000111 | 110000 | 11101 |
Color Harmonies of #43276F
Complementary color
Monochromatic Colors of #43276F
Black with #43276F
Text Example
Text Example
White with #43276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43276F; }
p { color: rgb(67,39,111); }
H1.HeaderClassName
{
color: #43276F;
}
.AnyTagClassName
{
color: #43276F;
}
</style>
background-color css
<style>
a { background-color: #43276F; }
a { background-color: rgb(67,39,111); }
div.DivClassName
{
background-color: #43276F;
}
.BgClassName
{
background-color: #43276F;
}
</style>
border-color css
<style>
span { border-color: #43276F; }
span { border-color: rgb(67,39,111); }
td.TdClassName
{
border-color: #43276F;
}
.TagClassName
{
border-color: #43276F;
}
</style>