#443578

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

Shades of Windsor #443578

Tints of Windsor #443578

Color information

#443578 (or 0x443578) is unknown color: approx Windsor. HEX triplet: 44, 35 and 78. RGB value is (68,53,120). Sum of RGB (Red+Green+Blue) = 68+53+120=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #443578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443578 is #BBCA87. Grayscale: #404040. Windows color (decimal): -12307080 or 7877956. OLE color: 7877956.

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

Color convert

RGB6853120-
CMYK0.430.5600.53
HSL253.43º38.73%33.92%-
HSV(B)253.43º55.83%47.06%-
XYZ7.055.1318.39-
YUV65.12158.97130.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=28.22%
G=21.99%
B=49.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68531200.430.5600.53253.4338.7333.92
Hex4435782B38035fd2722
Octal1046517053700653754742
Binary10001001101011111000101011111000011010111111101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443578; }

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

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

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

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

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

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

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

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