Shades of Windsor #43237E
Tints of Windsor #43237E
RGB
CMYK
RGB Variations
Color information
#43237E (or 0x43237E) is known color: Windsor. HEX triplet: 43, 23 and 7E. RGB value is (67,35,126). Sum of RGB (Red+Green+Blue) = 67+35+126=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #43237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43237E is #BCDC81. Grayscale: #363636. Windows color (decimal): -12377218 or 8266563. OLE color: 8266563.
HSL color Cylindrical-coordinate representation of color #43237E: hue angle of 261.1º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43237E is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 35 | 126 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.51 |
| HSL | 261.1º | 0.57% | 0.32% | - |
| HSV(B) | 261.1º | 0.72% | 0.49% | - |
| XYZ | 6.68 | 3.9 | 20.14 | - |
| YUV | 54.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 126 | 0.47 | 0.72 | 0 | 0.51 | 261.1 | 0.57 | 0.32 |
| Hex | 43 | 23 | 7E | 2F | 48 | 0 | 33 | 105 | 39 | 20 |
| Octal | 103 | 43 | 176 | 57 | 110 | 0 | 63 | 405 | 71 | 40 |
| Binary | 1000011 | 100011 | 1111110 | 101111 | 1001000 | 0 | 110011 | 100000101 | 111001 | 100000 |
Color Harmonies of #43237E
Complementary color
Monochromatic Colors of #43237E
Black with #43237E
Text Example
Text Example
White with #43237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43237E; }
p { color: rgb(67,35,126); }
H1.HeaderClassName
{
color: #43237E;
}
.AnyTagClassName
{
color: #43237E;
}
</style>
background-color css
<style>
a { background-color: #43237E; }
a { background-color: rgb(67,35,126); }
div.DivClassName
{
background-color: #43237E;
}
.BgClassName
{
background-color: #43237E;
}
</style>
border-color css
<style>
span { border-color: #43237E; }
span { border-color: rgb(67,35,126); }
td.TdClassName
{
border-color: #43237E;
}
.TagClassName
{
border-color: #43237E;
}
</style>