Shades of Windsor #44247B
Tints of Windsor #44247B
RGB
CMYK
RGB Variations
Color information
#44247B (or 0x44247B) is known color: Windsor. HEX triplet: 44, 24 and 7B. RGB value is (68,36,123). Sum of RGB (Red+Green+Blue) = 68+36+123=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #44247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44247B is #BBDB84. Grayscale: #373737. Windows color (decimal): -12311429 or 8070212. OLE color: 8070212.
HSL color Cylindrical-coordinate representation of color #44247B: hue angle of 262.07º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44247B is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 36 | 123 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.52 |
| HSL | 262.07º | 0.55% | 0.31% | - |
| HSV(B) | 262.07º | 0.71% | 0.48% | - |
| XYZ | 6.59 | 3.92 | 19.15 | - |
| YUV | 55.49 | 166.1 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 123 | 0.45 | 0.71 | 0 | 0.52 | 262.07 | 0.55 | 0.31 |
| Hex | 44 | 24 | 7B | 2D | 47 | 0 | 34 | 106 | 37 | 1F |
| Octal | 104 | 44 | 173 | 55 | 107 | 0 | 64 | 406 | 67 | 37 |
| Binary | 1000100 | 100100 | 1111011 | 101101 | 1000111 | 0 | 110100 | 100000110 | 110111 | 11111 |
Color Harmonies of #44247B
Complementary color
Monochromatic Colors of #44247B
Black with #44247B
Text Example
Text Example
White with #44247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44247B; }
p { color: rgb(68,36,123); }
H1.HeaderClassName
{
color: #44247B;
}
.AnyTagClassName
{
color: #44247B;
}
</style>
background-color css
<style>
a { background-color: #44247B; }
a { background-color: rgb(68,36,123); }
div.DivClassName
{
background-color: #44247B;
}
.BgClassName
{
background-color: #44247B;
}
</style>
border-color css
<style>
span { border-color: #44247B; }
span { border-color: rgb(68,36,123); }
td.TdClassName
{
border-color: #44247B;
}
.TagClassName
{
border-color: #44247B;
}
</style>