Shades of Windsor #43237B
Tints of Windsor #43237B
RGB
CMYK
RGB Variations
Color information
#43237B (or 0x43237B) is known color: Windsor. HEX triplet: 43, 23 and 7B. RGB value is (67,35,123). Sum of RGB (Red+Green+Blue) = 67+35+123=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #43237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43237B is #BCDC84. Grayscale: #363636. Windows color (decimal): -12377221 or 8069955. OLE color: 8069955.
HSL color Cylindrical-coordinate representation of color #43237B: hue angle of 261.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43237B is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 35 | 123 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.52 |
| HSL | 261.82º | 0.56% | 0.31% | - |
| HSV(B) | 261.82º | 0.72% | 0.48% | - |
| XYZ | 6.49 | 3.83 | 19.14 | - |
| YUV | 54.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 123 | 0.46 | 0.72 | 0 | 0.52 | 261.82 | 0.56 | 0.31 |
| Hex | 43 | 23 | 7B | 2E | 48 | 0 | 34 | 106 | 38 | 1F |
| Octal | 103 | 43 | 173 | 56 | 110 | 0 | 64 | 406 | 70 | 37 |
| Binary | 1000011 | 100011 | 1111011 | 101110 | 1001000 | 0 | 110100 | 100000110 | 111000 | 11111 |
Color Harmonies of #43237B
Complementary color
Monochromatic Colors of #43237B
Black with #43237B
Text Example
Text Example
White with #43237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43237B; }
p { color: rgb(67,35,123); }
H1.HeaderClassName
{
color: #43237B;
}
.AnyTagClassName
{
color: #43237B;
}
</style>
background-color css
<style>
a { background-color: #43237B; }
a { background-color: rgb(67,35,123); }
div.DivClassName
{
background-color: #43237B;
}
.BgClassName
{
background-color: #43237B;
}
</style>
border-color css
<style>
span { border-color: #43237B; }
span { border-color: rgb(67,35,123); }
td.TdClassName
{
border-color: #43237B;
}
.TagClassName
{
border-color: #43237B;
}
</style>