#443375

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

Shades of Windsor #443375

Tints of Windsor #443375

Color information

#443375 (or 0x443375) is unknown color: approx Windsor. HEX triplet: 44, 33 and 75. RGB value is (68,51,117). Sum of RGB (Red+Green+Blue) = 68+51+117=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #443375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443375 is #BBCC8A. Grayscale: #3F3F3F. Windows color (decimal): -12307595 or 7680836. OLE color: 7680836.

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

Color convert

RGB6851117-
CMYK0.420.5600.54
HSL255.45º39.29%32.94%-
HSV(B)255.45º56.41%45.88%-
XYZ6.784.8817.41-
YUV63.61158.13131.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=28.81%
G=21.61%
B=49.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68511170.420.5600.54255.4539.2932.94
Hex4433752A38036ff2721
Octal1046316552700663774741
Binary10001001100111110101101010111000011011011111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443375; }

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

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

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

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

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

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

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

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