#443371

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

Shades of Windsor #443371

Tints of Windsor #443371

Color information

#443371 (or 0x443371) is unknown color: approx Windsor. HEX triplet: 44, 33 and 71. RGB value is (68,51,113). Sum of RGB (Red+Green+Blue) = 68+51+113=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #443371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443371 is #BBCC8E. Grayscale: #3E3E3E. Windows color (decimal): -12307599 or 7418692. OLE color: 7418692.

HSL color Cylindrical-coordinate representation of color #443371: hue angle of 256.45º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #443371 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6851113-
CMYK0.400.5500.56
HSL256.45º37.8%32.16%-
HSV(B)256.45º54.87%44.31%-
XYZ6.554.7916.2-
YUV63.15156.13131.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=29.31%
G=21.98%
B=48.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68511130.400.5500.56256.4537.832.16
Hex44337128370381002620
Octal1046316150670704004640
Binary100010011001111100011010001101110111000100000000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443371; }

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

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

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

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

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

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

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

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