Shades of Windsor #412378
Tints of Windsor #412378
RGB
CMYK
RGB Variations
Color information
#412378 (or 0x412378) is known color: Windsor. HEX triplet: 41, 23 and 78. RGB value is (65,35,120). Sum of RGB (Red+Green+Blue) = 65+35+120=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #412378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412378 is #BEDC87. Grayscale: #353535. Windows color (decimal): -12508296 or 7873345. OLE color: 7873345.
HSL color Cylindrical-coordinate representation of color #412378: hue angle of 261.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412378 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 35 | 120 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.53 |
| HSL | 261.18º | 0.55% | 0.3% | - |
| HSV(B) | 261.18º | 0.71% | 0.47% | - |
| XYZ | 6.17 | 3.68 | 18.15 | - |
| YUV | 53.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 120 | 0.46 | 0.71 | 0 | 0.53 | 261.18 | 0.55 | 0.3 |
| Hex | 41 | 23 | 78 | 2E | 47 | 0 | 35 | 105 | 37 | 1E |
| Octal | 101 | 43 | 170 | 56 | 107 | 0 | 65 | 405 | 67 | 36 |
| Binary | 1000001 | 100011 | 1111000 | 101110 | 1000111 | 0 | 110101 | 100000101 | 110111 | 11110 |
Color Harmonies of #412378
Complementary color
Monochromatic Colors of #412378
Black with #412378
Text Example
Text Example
White with #412378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412378; }
p { color: rgb(65,35,120); }
H1.HeaderClassName
{
color: #412378;
}
.AnyTagClassName
{
color: #412378;
}
</style>
background-color css
<style>
a { background-color: #412378; }
a { background-color: rgb(65,35,120); }
div.DivClassName
{
background-color: #412378;
}
.BgClassName
{
background-color: #412378;
}
</style>
border-color css
<style>
span { border-color: #412378; }
span { border-color: rgb(65,35,120); }
td.TdClassName
{
border-color: #412378;
}
.TagClassName
{
border-color: #412378;
}
</style>