Shades of Windsor #43347A
Tints of Windsor #43347A
RGB
CMYK
RGB Variations
Color information
#43347A (or 0x43347A) is known color: Windsor. HEX triplet: 43, 34 and 7A. RGB value is (67,52,122). Sum of RGB (Red+Green+Blue) = 67+52+122=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #43347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43347A is #BCCB85. Grayscale: #404040. Windows color (decimal): -12372870 or 8008771. OLE color: 8008771.
HSL color Cylindrical-coordinate representation of color #43347A: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43347A is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 52 | 122 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.52 |
| HSL | 252.86º | 0.4% | 0.34% | - |
| HSV(B) | 252.86º | 0.57% | 0.48% | - |
| XYZ | 7.06 | 5.05 | 19.02 | - |
| YUV | 64.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 122 | 0.45 | 0.57 | 0 | 0.52 | 252.86 | 0.4 | 0.34 |
| Hex | 43 | 34 | 7A | 2D | 39 | 0 | 34 | FD | 28 | 22 |
| Octal | 103 | 64 | 172 | 55 | 71 | 0 | 64 | 375 | 50 | 42 |
| Binary | 1000011 | 110100 | 1111010 | 101101 | 111001 | 0 | 110100 | 11111101 | 101000 | 100010 |
Color Harmonies of #43347A
Complementary color
Monochromatic Colors of #43347A
Black with #43347A
Text Example
Text Example
White with #43347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43347A; }
p { color: rgb(67,52,122); }
H1.HeaderClassName
{
color: #43347A;
}
.AnyTagClassName
{
color: #43347A;
}
</style>
background-color css
<style>
a { background-color: #43347A; }
a { background-color: rgb(67,52,122); }
div.DivClassName
{
background-color: #43347A;
}
.BgClassName
{
background-color: #43347A;
}
</style>
border-color css
<style>
span { border-color: #43347A; }
span { border-color: rgb(67,52,122); }
td.TdClassName
{
border-color: #43347A;
}
.TagClassName
{
border-color: #43347A;
}
</style>