Shades of Windsor #452377
Tints of Windsor #452377
RGB
CMYK
RGB Variations
Color information
#452377 (or 0x452377) is known color: Windsor. HEX triplet: 45, 23 and 77. RGB value is (69,35,119). Sum of RGB (Red+Green+Blue) = 69+35+119=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #452377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452377 is #BADC88. Grayscale: #363636. Windows color (decimal): -12246153 or 7807813. OLE color: 7807813.
HSL color Cylindrical-coordinate representation of color #452377: hue angle of 264.29º 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 #452377 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 35 | 119 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.53 |
| HSL | 264.29º | 0.55% | 0.3% | - |
| HSV(B) | 264.29º | 0.71% | 0.47% | - |
| XYZ | 6.39 | 3.8 | 17.85 | - |
| YUV | 54.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 119 | 0.42 | 0.71 | 0 | 0.53 | 264.29 | 0.55 | 0.3 |
| Hex | 45 | 23 | 77 | 2A | 47 | 0 | 35 | 108 | 37 | 1E |
| Octal | 105 | 43 | 167 | 52 | 107 | 0 | 65 | 410 | 67 | 36 |
| Binary | 1000101 | 100011 | 1110111 | 101010 | 1000111 | 0 | 110101 | 100001000 | 110111 | 11110 |
Color Harmonies of #452377
Complementary color
Monochromatic Colors of #452377
Black with #452377
Text Example
Text Example
White with #452377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452377; }
p { color: rgb(69,35,119); }
H1.HeaderClassName
{
color: #452377;
}
.AnyTagClassName
{
color: #452377;
}
</style>
background-color css
<style>
a { background-color: #452377; }
a { background-color: rgb(69,35,119); }
div.DivClassName
{
background-color: #452377;
}
.BgClassName
{
background-color: #452377;
}
</style>
border-color css
<style>
span { border-color: #452377; }
span { border-color: rgb(69,35,119); }
td.TdClassName
{
border-color: #452377;
}
.TagClassName
{
border-color: #452377;
}
</style>