Shades of Windsor #432B7B
Tints of Windsor #432B7B
RGB
CMYK
RGB Variations
Color information
#432B7B (or 0x432B7B) is known color: Windsor. HEX triplet: 43, 2B and 7B. RGB value is (67,43,123). Sum of RGB (Red+Green+Blue) = 67+43+123=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #432B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B7B is #BCD484. Grayscale: #3B3B3B. Windows color (decimal): -12375173 or 8072003. OLE color: 8072003.
HSL color Cylindrical-coordinate representation of color #432B7B: hue angle of 258º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432B7B is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 43 | 123 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.52 |
| HSL | 258º | 0.48% | 0.33% | - |
| HSV(B) | 258º | 0.65% | 0.48% | - |
| XYZ | 6.75 | 4.35 | 19.22 | - |
| YUV | 59.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 123 | 0.46 | 0.65 | 0 | 0.52 | 258 | 0.48 | 0.33 |
| Hex | 43 | 2B | 7B | 2E | 41 | 0 | 34 | 102 | 30 | 21 |
| Octal | 103 | 53 | 173 | 56 | 101 | 0 | 64 | 402 | 60 | 41 |
| Binary | 1000011 | 101011 | 1111011 | 101110 | 1000001 | 0 | 110100 | 100000010 | 110000 | 100001 |
Color Harmonies of #432B7B
Complementary color
Monochromatic Colors of #432B7B
Black with #432B7B
Text Example
Text Example
White with #432B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B7B; }
p { color: rgb(67,43,123); }
H1.HeaderClassName
{
color: #432B7B;
}
.AnyTagClassName
{
color: #432B7B;
}
</style>
background-color css
<style>
a { background-color: #432B7B; }
a { background-color: rgb(67,43,123); }
div.DivClassName
{
background-color: #432B7B;
}
.BgClassName
{
background-color: #432B7B;
}
</style>
border-color css
<style>
span { border-color: #432B7B; }
span { border-color: rgb(67,43,123); }
td.TdClassName
{
border-color: #432B7B;
}
.TagClassName
{
border-color: #432B7B;
}
</style>