#443275

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

Shades of Windsor #443275

Tints of Windsor #443275

Color information

#443275 (or 0x443275) is unknown color: approx Windsor. HEX triplet: 44, 32 and 75. RGB value is (68,50,117). Sum of RGB (Red+Green+Blue) = 68+50+117=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #443275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443275 is #BBCD8A. Grayscale: #3E3E3E. Windows color (decimal): -12307851 or 7680580. OLE color: 7680580.

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

Color convert

RGB6850117-
CMYK0.420.5700.54
HSL256.12º40.12%32.75%-
HSV(B)256.12º57.26%45.88%-
XYZ6.744.7917.4-
YUV63.02158.46131.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=28.94%
G=21.28%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68501170.420.5700.54256.1240.1232.75
Hex4432752A390361002821
Octal1046216552710664005041
Binary100010011001011101011010101110010110110100000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443275; }

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

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

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

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

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

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

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

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