Shades of Windsor #452682
Tints of Windsor #452682
RGB
CMYK
RGB Variations
Color information
#452682 (or 0x452682) is known color: Windsor. HEX triplet: 45, 26 and 82. RGB value is (69,38,130). Sum of RGB (Red+Green+Blue) = 69+38+130=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #452682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452682 is #BAD97D. Grayscale: #393939. Windows color (decimal): -12245374 or 8529477. OLE color: 8529477.
HSL color Cylindrical-coordinate representation of color #452682: hue angle of 260.22º 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 #452682 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 38 | 130 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.49 |
| HSL | 260.22º | 0.55% | 0.33% | - |
| HSV(B) | 260.22º | 0.71% | 0.51% | - |
| XYZ | 7.18 | 4.26 | 21.56 | - |
| YUV | 57.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 130 | 0.47 | 0.71 | 0 | 0.49 | 260.22 | 0.55 | 0.33 |
| Hex | 45 | 26 | 82 | 2F | 47 | 0 | 31 | 104 | 37 | 21 |
| Octal | 105 | 46 | 202 | 57 | 107 | 0 | 61 | 404 | 67 | 41 |
| Binary | 1000101 | 100110 | 10000010 | 101111 | 1000111 | 0 | 110001 | 100000100 | 110111 | 100001 |
Color Harmonies of #452682
Complementary color
Monochromatic Colors of #452682
Black with #452682
Text Example
Text Example
White with #452682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452682; }
p { color: rgb(69,38,130); }
H1.HeaderClassName
{
color: #452682;
}
.AnyTagClassName
{
color: #452682;
}
</style>
background-color css
<style>
a { background-color: #452682; }
a { background-color: rgb(69,38,130); }
div.DivClassName
{
background-color: #452682;
}
.BgClassName
{
background-color: #452682;
}
</style>
border-color css
<style>
span { border-color: #452682; }
span { border-color: rgb(69,38,130); }
td.TdClassName
{
border-color: #452682;
}
.TagClassName
{
border-color: #452682;
}
</style>