Shades of Windsor #44277D
Tints of Windsor #44277D
RGB
CMYK
RGB Variations
Color information
#44277D (or 0x44277D) is known color: Windsor. HEX triplet: 44, 27 and 7D. RGB value is (68,39,125). Sum of RGB (Red+Green+Blue) = 68+39+125=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #44277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44277D is #BBD882. Grayscale: #393939. Windows color (decimal): -12310659 or 8202052. OLE color: 8202052.
HSL color Cylindrical-coordinate representation of color #44277D: hue angle of 260.23º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44277D is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 39 | 125 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.51 |
| HSL | 260.23º | 0.52% | 0.32% | - |
| HSV(B) | 260.23º | 0.69% | 0.49% | - |
| XYZ | 6.81 | 4.16 | 19.85 | - |
| YUV | 57.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 125 | 0.46 | 0.69 | 0 | 0.51 | 260.23 | 0.52 | 0.32 |
| Hex | 44 | 27 | 7D | 2E | 45 | 0 | 33 | 104 | 34 | 20 |
| Octal | 104 | 47 | 175 | 56 | 105 | 0 | 63 | 404 | 64 | 40 |
| Binary | 1000100 | 100111 | 1111101 | 101110 | 1000101 | 0 | 110011 | 100000100 | 110100 | 100000 |
Color Harmonies of #44277D
Complementary color
Monochromatic Colors of #44277D
Black with #44277D
Text Example
Text Example
White with #44277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44277D; }
p { color: rgb(68,39,125); }
H1.HeaderClassName
{
color: #44277D;
}
.AnyTagClassName
{
color: #44277D;
}
</style>
background-color css
<style>
a { background-color: #44277D; }
a { background-color: rgb(68,39,125); }
div.DivClassName
{
background-color: #44277D;
}
.BgClassName
{
background-color: #44277D;
}
</style>
border-color css
<style>
span { border-color: #44277D; }
span { border-color: rgb(68,39,125); }
td.TdClassName
{
border-color: #44277D;
}
.TagClassName
{
border-color: #44277D;
}
</style>