Shades of Windsor #43217F
Tints of Windsor #43217F
RGB
CMYK
RGB Variations
Color information
#43217F (or 0x43217F) is known color: Windsor. HEX triplet: 43, 21 and 7F. RGB value is (67,33,127). Sum of RGB (Red+Green+Blue) = 67+33+127=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #43217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43217F is #BCDE80. Grayscale: #353535. Windows color (decimal): -12377729 or 8331587. OLE color: 8331587.
HSL color Cylindrical-coordinate representation of color #43217F: hue angle of 261.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43217F is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 33 | 127 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.50 |
| HSL | 261.7º | 0.59% | 0.31% | - |
| HSV(B) | 261.7º | 0.74% | 0.5% | - |
| XYZ | 6.69 | 3.81 | 20.46 | - |
| YUV | 53.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 127 | 0.47 | 0.74 | 0 | 0.50 | 261.7 | 0.59 | 0.31 |
| Hex | 43 | 21 | 7F | 2F | 4A | 0 | 32 | 106 | 3B | 1F |
| Octal | 103 | 41 | 177 | 57 | 112 | 0 | 62 | 406 | 73 | 37 |
| Binary | 1000011 | 100001 | 1111111 | 101111 | 1001010 | 0 | 110010 | 100000110 | 111011 | 11111 |
Color Harmonies of #43217F
Complementary color
Monochromatic Colors of #43217F
Black with #43217F
Text Example
Text Example
White with #43217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43217F; }
p { color: rgb(67,33,127); }
H1.HeaderClassName
{
color: #43217F;
}
.AnyTagClassName
{
color: #43217F;
}
</style>
background-color css
<style>
a { background-color: #43217F; }
a { background-color: rgb(67,33,127); }
div.DivClassName
{
background-color: #43217F;
}
.BgClassName
{
background-color: #43217F;
}
</style>
border-color css
<style>
span { border-color: #43217F; }
span { border-color: rgb(67,33,127); }
td.TdClassName
{
border-color: #43217F;
}
.TagClassName
{
border-color: #43217F;
}
</style>