Shades of Windsor #43327F
Tints of Windsor #43327F
RGB
CMYK
RGB Variations
Color information
#43327F (or 0x43327F) is known color: Windsor. HEX triplet: 43, 32 and 7F. RGB value is (67,50,127). Sum of RGB (Red+Green+Blue) = 67+50+127=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #43327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43327F is #BCCD80. Grayscale: #3F3F3F. Windows color (decimal): -12373377 or 8335939. OLE color: 8335939.
HSL color Cylindrical-coordinate representation of color #43327F: hue angle of 253.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43327F is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 50 | 127 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.50 |
| HSL | 253.25º | 0.44% | 0.35% | - |
| HSV(B) | 253.25º | 0.61% | 0.5% | - |
| XYZ | 7.29 | 5.01 | 20.66 | - |
| YUV | 63.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 127 | 0.47 | 0.61 | 0 | 0.50 | 253.25 | 0.44 | 0.35 |
| Hex | 43 | 32 | 7F | 2F | 3D | 0 | 32 | FD | 2C | 23 |
| Octal | 103 | 62 | 177 | 57 | 75 | 0 | 62 | 375 | 54 | 43 |
| Binary | 1000011 | 110010 | 1111111 | 101111 | 111101 | 0 | 110010 | 11111101 | 101100 | 100011 |
Color Harmonies of #43327F
Complementary color
Monochromatic Colors of #43327F
Black with #43327F
Text Example
Text Example
White with #43327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43327F; }
p { color: rgb(67,50,127); }
H1.HeaderClassName
{
color: #43327F;
}
.AnyTagClassName
{
color: #43327F;
}
</style>
background-color css
<style>
a { background-color: #43327F; }
a { background-color: rgb(67,50,127); }
div.DivClassName
{
background-color: #43327F;
}
.BgClassName
{
background-color: #43327F;
}
</style>
border-color css
<style>
span { border-color: #43327F; }
span { border-color: rgb(67,50,127); }
td.TdClassName
{
border-color: #43327F;
}
.TagClassName
{
border-color: #43327F;
}
</style>