Shades of Windsor #43286F
Tints of Windsor #43286F
RGB
CMYK
RGB Variations
Color information
#43286F (or 0x43286F) is known color: Windsor. HEX triplet: 43, 28 and 6F. RGB value is (67,40,111). Sum of RGB (Red+Green+Blue) = 67+40+111=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #43286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43286F is #BCD790. Grayscale: #373737. Windows color (decimal): -12375953 or 7284803. OLE color: 7284803.
HSL color Cylindrical-coordinate representation of color #43286F: hue angle of 262.82º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43286F is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 40 | 111 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.56 |
| HSL | 262.82º | 0.47% | 0.3% | - |
| HSV(B) | 262.82º | 0.64% | 0.44% | - |
| XYZ | 5.94 | 3.86 | 15.47 | - |
| YUV | 56.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 111 | 0.40 | 0.64 | 0 | 0.56 | 262.82 | 0.47 | 0.3 |
| Hex | 43 | 28 | 6F | 28 | 40 | 0 | 38 | 107 | 2F | 1E |
| Octal | 103 | 50 | 157 | 50 | 100 | 0 | 70 | 407 | 57 | 36 |
| Binary | 1000011 | 101000 | 1101111 | 101000 | 1000000 | 0 | 111000 | 100000111 | 101111 | 11110 |
Color Harmonies of #43286F
Complementary color
Monochromatic Colors of #43286F
Black with #43286F
Text Example
Text Example
White with #43286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43286F; }
p { color: rgb(67,40,111); }
H1.HeaderClassName
{
color: #43286F;
}
.AnyTagClassName
{
color: #43286F;
}
</style>
background-color css
<style>
a { background-color: #43286F; }
a { background-color: rgb(67,40,111); }
div.DivClassName
{
background-color: #43286F;
}
.BgClassName
{
background-color: #43286F;
}
</style>
border-color css
<style>
span { border-color: #43286F; }
span { border-color: rgb(67,40,111); }
td.TdClassName
{
border-color: #43286F;
}
.TagClassName
{
border-color: #43286F;
}
</style>