#443377

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

Shades of Windsor #443377

Tints of Windsor #443377

Color information

#443377 (or 0x443377) is unknown color: approx Windsor. HEX triplet: 44, 33 and 77. RGB value is (68,51,119). Sum of RGB (Red+Green+Blue) = 68+51+119=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #443377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443377 is #BBCC88. Grayscale: #3F3F3F. Windows color (decimal): -12307593 or 7811908. OLE color: 7811908.

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

Color convert

RGB6851119-
CMYK0.430.5700.53
HSL255º40%33.33%-
HSV(B)255º57.14%46.67%-
XYZ6.94.9318.04-
YUV63.84159.13130.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 119 (46.88% from 255) = 50%
R=28.57%
G=21.43%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68511190.430.5700.532554033.33
Hex4433772B39035ff2821
Octal1046316753710653775041
Binary10001001100111110111101011111001011010111111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443377; }

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

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

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

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

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

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

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

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