#443080

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

Shades of Windsor #443080

Tints of Windsor #443080

Color information

#443080 (or 0x443080) is unknown color: approx Windsor. HEX triplet: 44, 30 and 80. RGB value is (68,48,128). Sum of RGB (Red+Green+Blue) = 68+48+128=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #443080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443080 is #BBCF7F. Grayscale: #3E3E3E. Windows color (decimal): -12308352 or 8400964. OLE color: 8400964.

HSL color Cylindrical-coordinate representation of color #443080: hue angle of 255º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443080 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6848128-
CMYK0.470.6200.50
HSL255º45.45%34.51%-
HSV(B)255º62.5%50.2%-
XYZ7.344.920.98-
YUV63.1164.63131.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=27.87%
G=19.67%
B=52.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68481280.470.6200.5025545.4534.51
Hex4430802F3E032ff2d23
Octal1046020057760623775543
Binary100010011000010000000101111111110011001011111111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443080; }

 p { color: rgb(68,48,128); }

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

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

 a { background-color: rgb(68,48,128); }

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

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

 span { border-color: rgb(68,48,128); }

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