Shades of Windsor #412385
Tints of Windsor #412385
RGB
CMYK
RGB Variations
Color information
#412385 (or 0x412385) is known color: Windsor. HEX triplet: 41, 23 and 85. RGB value is (65,35,133). Sum of RGB (Red+Green+Blue) = 65+35+133=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #412385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412385 is #BEDC7A. Grayscale: #363636. Windows color (decimal): -12508283 or 8725313. OLE color: 8725313.
HSL color Cylindrical-coordinate representation of color #412385: hue angle of 258.37º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412385 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 35 | 133 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.48 |
| HSL | 258.37º | 0.58% | 0.33% | - |
| HSV(B) | 258.37º | 0.74% | 0.52% | - |
| XYZ | 7.01 | 4.02 | 22.6 | - |
| YUV | 55.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 133 | 0.51 | 0.74 | 0 | 0.48 | 258.37 | 0.58 | 0.33 |
| Hex | 41 | 23 | 85 | 33 | 4A | 0 | 30 | 102 | 3A | 21 |
| Octal | 101 | 43 | 205 | 63 | 112 | 0 | 60 | 402 | 72 | 41 |
| Binary | 1000001 | 100011 | 10000101 | 110011 | 1001010 | 0 | 110000 | 100000010 | 111010 | 100001 |
Color Harmonies of #412385
Complementary color
Monochromatic Colors of #412385
Black with #412385
Text Example
Text Example
White with #412385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412385; }
p { color: rgb(65,35,133); }
H1.HeaderClassName
{
color: #412385;
}
.AnyTagClassName
{
color: #412385;
}
</style>
background-color css
<style>
a { background-color: #412385; }
a { background-color: rgb(65,35,133); }
div.DivClassName
{
background-color: #412385;
}
.BgClassName
{
background-color: #412385;
}
</style>
border-color css
<style>
span { border-color: #412385; }
span { border-color: rgb(65,35,133); }
td.TdClassName
{
border-color: #412385;
}
.TagClassName
{
border-color: #412385;
}
</style>