#443577

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

Shades of Windsor #443577

Tints of Windsor #443577

Color information

#443577 (or 0x443577) is unknown color: approx Windsor. HEX triplet: 44, 35 and 77. RGB value is (68,53,119). Sum of RGB (Red+Green+Blue) = 68+53+119=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #443577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443577 is #BBCA88. Grayscale: #404040. Windows color (decimal): -12307081 or 7812420. OLE color: 7812420.

HSL color Cylindrical-coordinate representation of color #443577: hue angle of 253.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #443577 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6853119-
CMYK0.430.5500.53
HSL253.64º38.37%33.73%-
HSV(B)253.64º55.46%46.67%-
XYZ6.995.1118.07-
YUV65.01158.47130.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=28.33%
G=22.08%
B=49.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68531190.430.5500.53253.6438.3733.73
Hex4435772B37035fe2622
Octal1046516753670653764642
Binary10001001101011110111101011110111011010111111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443577; }

 p { color: rgb(68,53,119); }

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

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

 a { background-color: rgb(68,53,119); }

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

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

 span { border-color: rgb(68,53,119); }

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