Shades of Windsor #43248F
Tints of Windsor #43248F
RGB
CMYK
RGB Variations
Color information
#43248F (or 0x43248F) is known color: Windsor. HEX triplet: 43, 24 and 8F. RGB value is (67,36,143). Sum of RGB (Red+Green+Blue) = 67+36+143=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #43248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43248F is #BCDB70. Grayscale: #393939. Windows color (decimal): -12376945 or 9380931. OLE color: 9380931.
HSL color Cylindrical-coordinate representation of color #43248F: hue angle of 257.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43248F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 36 | 143 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.44 |
| HSL | 257.38º | 0.6% | 0.35% | - |
| HSV(B) | 257.38º | 0.75% | 0.56% | - |
| XYZ | 7.9 | 4.44 | 26.43 | - |
| YUV | 57.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 143 | 0.53 | 0.75 | 0 | 0.44 | 257.38 | 0.6 | 0.35 |
| Hex | 43 | 24 | 8F | 35 | 4B | 0 | 2C | 101 | 3C | 23 |
| Octal | 103 | 44 | 217 | 65 | 113 | 0 | 54 | 401 | 74 | 43 |
| Binary | 1000011 | 100100 | 10001111 | 110101 | 1001011 | 0 | 101100 | 100000001 | 111100 | 100011 |
Color Harmonies of #43248F
Complementary color
Monochromatic Colors of #43248F
Black with #43248F
Text Example
Text Example
White with #43248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43248F; }
p { color: rgb(67,36,143); }
H1.HeaderClassName
{
color: #43248F;
}
.AnyTagClassName
{
color: #43248F;
}
</style>
background-color css
<style>
a { background-color: #43248F; }
a { background-color: rgb(67,36,143); }
div.DivClassName
{
background-color: #43248F;
}
.BgClassName
{
background-color: #43248F;
}
</style>
border-color css
<style>
span { border-color: #43248F; }
span { border-color: rgb(67,36,143); }
td.TdClassName
{
border-color: #43248F;
}
.TagClassName
{
border-color: #43248F;
}
</style>