#443177

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

Shades of Windsor #443177

Tints of Windsor #443177

Color information

#443177 (or 0x443177) is unknown color: approx Windsor. HEX triplet: 44, 31 and 77. RGB value is (68,49,119). Sum of RGB (Red+Green+Blue) = 68+49+119=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #443177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443177 is #BBCE88. Grayscale: #3E3E3E. Windows color (decimal): -12308105 or 7811396. OLE color: 7811396.

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

Color convert

RGB6849119-
CMYK0.430.5900.53
HSL256.29º41.67%32.94%-
HSV(B)256.29º58.82%46.67%-
XYZ6.814.7618.01-
YUV62.66159.79131.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=28.81%
G=20.76%
B=50.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68491190.430.5900.53256.2941.6732.94
Hex4431772B3B0351002a21
Octal1046116753730654005241
Binary100010011000111101111010111110110110101100000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443177; }

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

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

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

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

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

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

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

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