#403079

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

Shades of Windsor #403079

Tints of Windsor #403079

Color information

#403079 (or 0x403079) is unknown color: approx Windsor. HEX triplet: 40, 30 and 79. RGB value is (64,48,121). Sum of RGB (Red+Green+Blue) = 64+48+121=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #403079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403079 is #BFCF86. Grayscale: #3C3C3C. Windows color (decimal): -12570503 or 7942208. OLE color: 7942208.

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

Color convert

RGB6448121-
CMYK0.470.6000.53
HSL253.15º43.2%33.14%-
HSV(B)253.15º60.33%47.45%-
XYZ6.624.5818.62-
YUV61.11161.8130.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=27.47%
G=20.60%
B=51.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64481210.470.6000.53253.1543.233.14
Hex4030792F3C035fd2b21
Octal1006017157740653755341
Binary10000001100001111001101111111100011010111111101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403079; }

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

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

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

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

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

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

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

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