#443373

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

Shades of Windsor #443373

Tints of Windsor #443373

Color information

#443373 (or 0x443373) is unknown color: approx Windsor. HEX triplet: 44, 33 and 73. RGB value is (68,51,115). Sum of RGB (Red+Green+Blue) = 68+51+115=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #443373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443373 is #BBCC8C. Grayscale: #3F3F3F. Windows color (decimal): -12307597 or 7549764. OLE color: 7549764.

HSL color Cylindrical-coordinate representation of color #443373: hue angle of 255.94º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443373 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6851115-
CMYK0.410.5600.55
HSL255.94º38.55%32.55%-
HSV(B)255.94º55.65%45.1%-
XYZ6.664.8316.8-
YUV63.38157.13131.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=29.06%
G=21.79%
B=49.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68511150.410.5600.55255.9438.5532.55
Hex44337329380371002721
Octal1046316351700674004741
Binary100010011001111100111010011110000110111100000000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443373; }

 p { color: rgb(68,51,115); }

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

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

 a { background-color: rgb(68,51,115); }

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

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

 span { border-color: rgb(68,51,115); }

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