Shades of Windsor #44317B
Tints of Windsor #44317B
RGB
CMYK
RGB Variations
Color information
#44317B (or 0x44317B) is known color: Windsor. HEX triplet: 44, 31 and 7B. RGB value is (68,49,123). Sum of RGB (Red+Green+Blue) = 68+49+123=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #44317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44317B is #BBCE84. Grayscale: #3E3E3E. Windows color (decimal): -12308101 or 8073540. OLE color: 8073540.
HSL color Cylindrical-coordinate representation of color #44317B: hue angle of 255.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44317B is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 49 | 123 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.52 |
| HSL | 255.41º | 0.43% | 0.34% | - |
| HSV(B) | 255.41º | 0.6% | 0.48% | - |
| XYZ | 7.06 | 4.86 | 19.3 | - |
| YUV | 63.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 123 | 0.45 | 0.60 | 0 | 0.52 | 255.41 | 0.43 | 0.34 |
| Hex | 44 | 31 | 7B | 2D | 3C | 0 | 34 | FF | 2B | 22 |
| Octal | 104 | 61 | 173 | 55 | 74 | 0 | 64 | 377 | 53 | 42 |
| Binary | 1000100 | 110001 | 1111011 | 101101 | 111100 | 0 | 110100 | 11111111 | 101011 | 100010 |
Color Harmonies of #44317B
Complementary color
Monochromatic Colors of #44317B
Black with #44317B
Text Example
Text Example
White with #44317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44317B; }
p { color: rgb(68,49,123); }
H1.HeaderClassName
{
color: #44317B;
}
.AnyTagClassName
{
color: #44317B;
}
</style>
background-color css
<style>
a { background-color: #44317B; }
a { background-color: rgb(68,49,123); }
div.DivClassName
{
background-color: #44317B;
}
.BgClassName
{
background-color: #44317B;
}
</style>
border-color css
<style>
span { border-color: #44317B; }
span { border-color: rgb(68,49,123); }
td.TdClassName
{
border-color: #44317B;
}
.TagClassName
{
border-color: #44317B;
}
</style>