Shades of Windsor #432E70
Tints of Windsor #432E70
RGB
CMYK
RGB Variations
Color information
#432E70 (or 0x432E70) is known color: Windsor. HEX triplet: 43, 2E and 70. RGB value is (67,46,112). Sum of RGB (Red+Green+Blue) = 67+46+112=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #432E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E70 is #BCD18F. Grayscale: #3B3B3B. Windows color (decimal): -12374416 or 7351875. OLE color: 7351875.
HSL color Cylindrical-coordinate representation of color #432E70: hue angle of 259.09º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #432E70 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 46 | 112 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.56 |
| HSL | 259.09º | 0.42% | 0.31% | - |
| HSV(B) | 259.09º | 0.59% | 0.44% | - |
| XYZ | 6.22 | 4.32 | 15.83 | - |
| YUV | 59.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 112 | 0.40 | 0.59 | 0 | 0.56 | 259.09 | 0.42 | 0.31 |
| Hex | 43 | 2E | 70 | 28 | 3B | 0 | 38 | 103 | 2A | 1F |
| Octal | 103 | 56 | 160 | 50 | 73 | 0 | 70 | 403 | 52 | 37 |
| Binary | 1000011 | 101110 | 1110000 | 101000 | 111011 | 0 | 111000 | 100000011 | 101010 | 11111 |
Color Harmonies of #432E70
Complementary color
Monochromatic Colors of #432E70
Black with #432E70
Text Example
Text Example
White with #432E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E70; }
p { color: rgb(67,46,112); }
H1.HeaderClassName
{
color: #432E70;
}
.AnyTagClassName
{
color: #432E70;
}
</style>
background-color css
<style>
a { background-color: #432E70; }
a { background-color: rgb(67,46,112); }
div.DivClassName
{
background-color: #432E70;
}
.BgClassName
{
background-color: #432E70;
}
</style>
border-color css
<style>
span { border-color: #432E70; }
span { border-color: rgb(67,46,112); }
td.TdClassName
{
border-color: #432E70;
}
.TagClassName
{
border-color: #432E70;
}
</style>