Shades of Windsor #412682
Tints of Windsor #412682
RGB
CMYK
RGB Variations
Color information
#412682 (or 0x412682) is known color: Windsor. HEX triplet: 41, 26 and 82. RGB value is (65,38,130). Sum of RGB (Red+Green+Blue) = 65+38+130=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #412682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412682 is #BED97D. Grayscale: #383838. Windows color (decimal): -12507518 or 8529473. OLE color: 8529473.
HSL color Cylindrical-coordinate representation of color #412682: hue angle of 257.61º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412682 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 38 | 130 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.49 |
| HSL | 257.61º | 0.55% | 0.33% | - |
| HSV(B) | 257.61º | 0.71% | 0.51% | - |
| XYZ | 6.9 | 4.12 | 21.55 | - |
| YUV | 56.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 130 | 0.50 | 0.71 | 0 | 0.49 | 257.61 | 0.55 | 0.33 |
| Hex | 41 | 26 | 82 | 32 | 47 | 0 | 31 | 102 | 37 | 21 |
| Octal | 101 | 46 | 202 | 62 | 107 | 0 | 61 | 402 | 67 | 41 |
| Binary | 1000001 | 100110 | 10000010 | 110010 | 1000111 | 0 | 110001 | 100000010 | 110111 | 100001 |
Color Harmonies of #412682
Complementary color
Monochromatic Colors of #412682
Black with #412682
Text Example
Text Example
White with #412682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412682; }
p { color: rgb(65,38,130); }
H1.HeaderClassName
{
color: #412682;
}
.AnyTagClassName
{
color: #412682;
}
</style>
background-color css
<style>
a { background-color: #412682; }
a { background-color: rgb(65,38,130); }
div.DivClassName
{
background-color: #412682;
}
.BgClassName
{
background-color: #412682;
}
</style>
border-color css
<style>
span { border-color: #412682; }
span { border-color: rgb(65,38,130); }
td.TdClassName
{
border-color: #412682;
}
.TagClassName
{
border-color: #412682;
}
</style>