Shades of Windsor #45237F
Tints of Windsor #45237F
RGB
CMYK
RGB Variations
Color information
#45237F (or 0x45237F) is known color: Windsor. HEX triplet: 45, 23 and 7F. RGB value is (69,35,127). Sum of RGB (Red+Green+Blue) = 69+35+127=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #45237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45237F is #BADC80. Grayscale: #373737. Windows color (decimal): -12246145 or 8332101. OLE color: 8332101.
HSL color Cylindrical-coordinate representation of color #45237F: hue angle of 262.17º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45237F is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 35 | 127 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.50 |
| HSL | 262.17º | 0.57% | 0.32% | - |
| HSV(B) | 262.17º | 0.72% | 0.5% | - |
| XYZ | 6.89 | 4 | 20.49 | - |
| YUV | 55.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 127 | 0.46 | 0.72 | 0 | 0.50 | 262.17 | 0.57 | 0.32 |
| Hex | 45 | 23 | 7F | 2E | 48 | 0 | 32 | 106 | 39 | 20 |
| Octal | 105 | 43 | 177 | 56 | 110 | 0 | 62 | 406 | 71 | 40 |
| Binary | 1000101 | 100011 | 1111111 | 101110 | 1001000 | 0 | 110010 | 100000110 | 111001 | 100000 |
Color Harmonies of #45237F
Complementary color
Monochromatic Colors of #45237F
Black with #45237F
Text Example
Text Example
White with #45237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45237F; }
p { color: rgb(69,35,127); }
H1.HeaderClassName
{
color: #45237F;
}
.AnyTagClassName
{
color: #45237F;
}
</style>
background-color css
<style>
a { background-color: #45237F; }
a { background-color: rgb(69,35,127); }
div.DivClassName
{
background-color: #45237F;
}
.BgClassName
{
background-color: #45237F;
}
</style>
border-color css
<style>
span { border-color: #45237F; }
span { border-color: rgb(69,35,127); }
td.TdClassName
{
border-color: #45237F;
}
.TagClassName
{
border-color: #45237F;
}
</style>