#403279

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

Shades of Windsor #403279

Tints of Windsor #403279

Color information

#403279 (or 0x403279) is unknown color: approx Windsor. HEX triplet: 40, 32 and 79. RGB value is (64,50,121). Sum of RGB (Red+Green+Blue) = 64+50+121=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #403279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403279 is #BFCD86. Grayscale: #3E3E3E. Windows color (decimal): -12569991 or 7942720. OLE color: 7942720.

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

Color convert

RGB6450121-
CMYK0.470.5900.53
HSL251.83º41.52%33.53%-
HSV(B)251.83º58.68%47.45%-
XYZ6.714.7518.65-
YUV62.28161.14129.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=27.23%
G=21.28%
B=51.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64501210.470.5900.53251.8341.5233.53
Hex4032792F3B035fc2a22
Octal1006217157730653745242
Binary10000001100101111001101111111011011010111111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403279; }

 p { color: rgb(64,50,121); }

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

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

 a { background-color: rgb(64,50,121); }

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

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

 span { border-color: rgb(64,50,121); }

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