Shades of Windsor #431F8C
Tints of Windsor #431F8C
RGB
CMYK
RGB Variations
Color information
#431F8C (or 0x431F8C) is known color: Windsor. HEX triplet: 43, 1F and 8C. RGB value is (67,31,140). Sum of RGB (Red+Green+Blue) = 67+31+140=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #431F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431F8C is #BCE073. Grayscale: #353535. Windows color (decimal): -12378228 or 9183043. OLE color: 9183043.
HSL color Cylindrical-coordinate representation of color #431F8C: hue angle of 259.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431F8C is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 31 | 140 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.45 |
| HSL | 259.82º | 0.64% | 0.34% | - |
| HSV(B) | 259.82º | 0.78% | 0.55% | - |
| XYZ | 7.54 | 4.07 | 25.2 | - |
| YUV | 54.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 140 | 0.52 | 0.78 | 0 | 0.45 | 259.82 | 0.64 | 0.34 |
| Hex | 43 | 1F | 8C | 34 | 4E | 0 | 2D | 104 | 40 | 22 |
| Octal | 103 | 37 | 214 | 64 | 116 | 0 | 55 | 404 | 100 | 42 |
| Binary | 1000011 | 11111 | 10001100 | 110100 | 1001110 | 0 | 101101 | 100000100 | 1000000 | 100010 |
Color Harmonies of #431F8C
Complementary color
Monochromatic Colors of #431F8C
Black with #431F8C
Text Example
Text Example
White with #431F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F8C; }
p { color: rgb(67,31,140); }
H1.HeaderClassName
{
color: #431F8C;
}
.AnyTagClassName
{
color: #431F8C;
}
</style>
background-color css
<style>
a { background-color: #431F8C; }
a { background-color: rgb(67,31,140); }
div.DivClassName
{
background-color: #431F8C;
}
.BgClassName
{
background-color: #431F8C;
}
</style>
border-color css
<style>
span { border-color: #431F8C; }
span { border-color: rgb(67,31,140); }
td.TdClassName
{
border-color: #431F8C;
}
.TagClassName
{
border-color: #431F8C;
}
</style>