Shades of Windsor #432E7D
Tints of Windsor #432E7D
RGB
CMYK
RGB Variations
Color information
#432E7D (or 0x432E7D) is known color: Windsor. HEX triplet: 43, 2E and 7D. RGB value is (67,46,125). Sum of RGB (Red+Green+Blue) = 67+46+125=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #432E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E7D is #BCD182. Grayscale: #3C3C3C. Windows color (decimal): -12374403 or 8203843. OLE color: 8203843.
HSL color Cylindrical-coordinate representation of color #432E7D: hue angle of 255.95º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432E7D is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 46 | 125 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.51 |
| HSL | 255.95º | 0.46% | 0.34% | - |
| HSV(B) | 255.95º | 0.63% | 0.49% | - |
| XYZ | 6.99 | 4.63 | 19.93 | - |
| YUV | 61.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 125 | 0.46 | 0.63 | 0 | 0.51 | 255.95 | 0.46 | 0.34 |
| Hex | 43 | 2E | 7D | 2E | 3F | 0 | 33 | 100 | 2E | 22 |
| Octal | 103 | 56 | 175 | 56 | 77 | 0 | 63 | 400 | 56 | 42 |
| Binary | 1000011 | 101110 | 1111101 | 101110 | 111111 | 0 | 110011 | 100000000 | 101110 | 100010 |
Color Harmonies of #432E7D
Complementary color
Monochromatic Colors of #432E7D
Black with #432E7D
Text Example
Text Example
White with #432E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E7D; }
p { color: rgb(67,46,125); }
H1.HeaderClassName
{
color: #432E7D;
}
.AnyTagClassName
{
color: #432E7D;
}
</style>
background-color css
<style>
a { background-color: #432E7D; }
a { background-color: rgb(67,46,125); }
div.DivClassName
{
background-color: #432E7D;
}
.BgClassName
{
background-color: #432E7D;
}
</style>
border-color css
<style>
span { border-color: #432E7D; }
span { border-color: rgb(67,46,125); }
td.TdClassName
{
border-color: #432E7D;
}
.TagClassName
{
border-color: #432E7D;
}
</style>