Shades of Windsor #45238A
Tints of Windsor #45238A
RGB
CMYK
RGB Variations
Color information
#45238A (or 0x45238A) is known color: Windsor. HEX triplet: 45, 23 and 8A. RGB value is (69,35,138). Sum of RGB (Red+Green+Blue) = 69+35+138=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #45238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45238A is #BADC75. Grayscale: #383838. Windows color (decimal): -12246134 or 9052997. OLE color: 9052997.
HSL color Cylindrical-coordinate representation of color #45238A: hue angle of 259.81º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45238A is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 35 | 138 | - |
| CMYK | 0.5 | 0.75 | 0 | 0.46 |
| HSL | 259.81º | 0.6% | 0.34% | - |
| HSV(B) | 259.81º | 0.75% | 0.54% | - |
| XYZ | 7.64 | 4.3 | 24.47 | - |
| YUV | 56.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 138 | 0.5 | 0.75 | 0 | 0.46 | 259.81 | 0.6 | 0.34 |
| Hex | 45 | 23 | 8A | 32 | 4B | 0 | 2E | 104 | 3C | 22 |
| Octal | 105 | 43 | 212 | 62 | 113 | 0 | 56 | 404 | 74 | 42 |
| Binary | 1000101 | 100011 | 10001010 | 110010 | 1001011 | 0 | 101110 | 100000100 | 111100 | 100010 |
Color Harmonies of #45238A
Complementary color
Monochromatic Colors of #45238A
Black with #45238A
Text Example
Text Example
White with #45238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45238A; }
p { color: rgb(69,35,138); }
H1.HeaderClassName
{
color: #45238A;
}
.AnyTagClassName
{
color: #45238A;
}
</style>
background-color css
<style>
a { background-color: #45238A; }
a { background-color: rgb(69,35,138); }
div.DivClassName
{
background-color: #45238A;
}
.BgClassName
{
background-color: #45238A;
}
</style>
border-color css
<style>
span { border-color: #45238A; }
span { border-color: rgb(69,35,138); }
td.TdClassName
{
border-color: #45238A;
}
.TagClassName
{
border-color: #45238A;
}
</style>