#44277C

Color #44277C Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #44277C

Tints of Windsor #44277C

Color information

#44277C (or 0x44277C) is unknown color: approx Windsor. HEX triplet: 44, 27 and 7C. RGB value is (68,39,124). Sum of RGB (Red+Green+Blue) = 68+39+124=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #44277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44277C is #BBD883. Grayscale: #393939. Windows color (decimal): -12310660 or 8136516. OLE color: 8136516.

HSL color Cylindrical-coordinate representation of color #44277C: hue angle of 260.47º 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 #44277C is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6839124-
CMYK0.450.6900.51
HSL260.47º52.15%31.96%-
HSV(B)260.47º68.55%48.63%-
XYZ6.754.1419.51-
YUV57.36165.61135.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=29.44%
G=16.88%
B=53.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68391240.450.6900.51260.4752.1531.96
Hex44277C2D450331043420
Octal10447174551050634046440
Binary1000100100111111110010110110001010110011100000100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44277C; }

 p { color: rgb(68,39,124); }

 H1.HeaderClassName
 {
   color: #44277C;
 }
 .AnyTagClassName
 {
   color: #44277C;
 }
</style>
background-color css

<style>
 a { background-color: #44277C; }

 a { background-color: rgb(68,39,124); }

 div.DivClassName
 {
   background-color: #44277C;
 }
 .BgClassName
 {
   background-color: #44277C;
 }
</style>
border-color css

<style>
 span { border-color: #44277C; }

 span { border-color: rgb(68,39,124); }

 td.TdClassName
 {
   border-color: #44277C;
 }
 .TagClassName
 {
   border-color: #44277C;
 }
</style>