Shades of Windsor #431D93
Tints of Windsor #431D93
RGB
CMYK
RGB Variations
Color information
#431D93 (or 0x431D93) is known color: Windsor. HEX triplet: 43, 1D and 93. RGB value is (67,29,147). Sum of RGB (Red+Green+Blue) = 67+29+147=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #431D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D93 is #BCE26C. Grayscale: #353535. Windows color (decimal): -12378733 or 9641283. OLE color: 9641283.
HSL color Cylindrical-coordinate representation of color #431D93: hue angle of 259.32º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431D93 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 29 | 147 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.42 |
| HSL | 259.32º | 0.67% | 0.35% | - |
| HSV(B) | 259.32º | 0.8% | 0.58% | - |
| XYZ | 8.02 | 4.18 | 27.99 | - |
| YUV | 53.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 147 | 0.54 | 0.80 | 0 | 0.42 | 259.32 | 0.67 | 0.35 |
| Hex | 43 | 1D | 93 | 36 | 50 | 0 | 2A | 103 | 43 | 23 |
| Octal | 103 | 35 | 223 | 66 | 120 | 0 | 52 | 403 | 103 | 43 |
| Binary | 1000011 | 11101 | 10010011 | 110110 | 1010000 | 0 | 101010 | 100000011 | 1000011 | 100011 |
Color Harmonies of #431D93
Complementary color
Monochromatic Colors of #431D93
Black with #431D93
Text Example
Text Example
White with #431D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D93; }
p { color: rgb(67,29,147); }
H1.HeaderClassName
{
color: #431D93;
}
.AnyTagClassName
{
color: #431D93;
}
</style>
background-color css
<style>
a { background-color: #431D93; }
a { background-color: rgb(67,29,147); }
div.DivClassName
{
background-color: #431D93;
}
.BgClassName
{
background-color: #431D93;
}
</style>
border-color css
<style>
span { border-color: #431D93; }
span { border-color: rgb(67,29,147); }
td.TdClassName
{
border-color: #431D93;
}
.TagClassName
{
border-color: #431D93;
}
</style>