Shades of Windsor #432A70
Tints of Windsor #432A70
RGB
CMYK
RGB Variations
Color information
#432A70 (or 0x432A70) is known color: Windsor. HEX triplet: 43, 2A and 70. RGB value is (67,42,112). Sum of RGB (Red+Green+Blue) = 67+42+112=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #432A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A70 is #BCD58F. Grayscale: #393939. Windows color (decimal): -12375440 or 7350851. OLE color: 7350851.
HSL color Cylindrical-coordinate representation of color #432A70: hue angle of 261.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #432A70 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 42 | 112 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.56 |
| HSL | 261.43º | 0.45% | 0.3% | - |
| HSV(B) | 261.43º | 0.63% | 0.44% | - |
| XYZ | 6.07 | 4.02 | 15.79 | - |
| YUV | 57.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 112 | 0.40 | 0.62 | 0 | 0.56 | 261.43 | 0.45 | 0.3 |
| Hex | 43 | 2A | 70 | 28 | 3E | 0 | 38 | 105 | 2D | 1E |
| Octal | 103 | 52 | 160 | 50 | 76 | 0 | 70 | 405 | 55 | 36 |
| Binary | 1000011 | 101010 | 1110000 | 101000 | 111110 | 0 | 111000 | 100000101 | 101101 | 11110 |
Color Harmonies of #432A70
Complementary color
Monochromatic Colors of #432A70
Black with #432A70
Text Example
Text Example
White with #432A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A70; }
p { color: rgb(67,42,112); }
H1.HeaderClassName
{
color: #432A70;
}
.AnyTagClassName
{
color: #432A70;
}
</style>
background-color css
<style>
a { background-color: #432A70; }
a { background-color: rgb(67,42,112); }
div.DivClassName
{
background-color: #432A70;
}
.BgClassName
{
background-color: #432A70;
}
</style>
border-color css
<style>
span { border-color: #432A70; }
span { border-color: rgb(67,42,112); }
td.TdClassName
{
border-color: #432A70;
}
.TagClassName
{
border-color: #432A70;
}
</style>