Shades of Windsor #431C7C
Tints of Windsor #431C7C
RGB
CMYK
RGB Variations
Color information
#431C7C (or 0x431C7C) is known color: Windsor. HEX triplet: 43, 1C and 7C. RGB value is (67,28,124). Sum of RGB (Red+Green+Blue) = 67+28+124=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #431C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C7C is #BCE383. Grayscale: #323232. Windows color (decimal): -12379012 or 8133699. OLE color: 8133699.
HSL color Cylindrical-coordinate representation of color #431C7C: hue angle of 264.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #431C7C is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 28 | 124 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.51 |
| HSL | 264.38º | 0.63% | 0.3% | - |
| HSV(B) | 264.38º | 0.77% | 0.49% | - |
| XYZ | 6.37 | 3.48 | 19.4 | - |
| YUV | 50.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 124 | 0.46 | 0.77 | 0 | 0.51 | 264.38 | 0.63 | 0.3 |
| Hex | 43 | 1C | 7C | 2E | 4D | 0 | 33 | 108 | 3F | 1E |
| Octal | 103 | 34 | 174 | 56 | 115 | 0 | 63 | 410 | 77 | 36 |
| Binary | 1000011 | 11100 | 1111100 | 101110 | 1001101 | 0 | 110011 | 100001000 | 111111 | 11110 |
Color Harmonies of #431C7C
Complementary color
Monochromatic Colors of #431C7C
Black with #431C7C
Text Example
Text Example
White with #431C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C7C; }
p { color: rgb(67,28,124); }
H1.HeaderClassName
{
color: #431C7C;
}
.AnyTagClassName
{
color: #431C7C;
}
</style>
background-color css
<style>
a { background-color: #431C7C; }
a { background-color: rgb(67,28,124); }
div.DivClassName
{
background-color: #431C7C;
}
.BgClassName
{
background-color: #431C7C;
}
</style>
border-color css
<style>
span { border-color: #431C7C; }
span { border-color: rgb(67,28,124); }
td.TdClassName
{
border-color: #431C7C;
}
.TagClassName
{
border-color: #431C7C;
}
</style>