#40296D

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

Shades of Windsor #40296D

Tints of Windsor #40296D

Color information

#40296D (or 0x40296D) is unknown color: approx Windsor. HEX triplet: 40, 29 and 6D. RGB value is (64,41,109). Sum of RGB (Red+Green+Blue) = 64+41+109=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #40296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40296D is #BFD692. Grayscale: #373737. Windows color (decimal): -12572307 or 7153984. OLE color: 7153984.

HSL color Cylindrical-coordinate representation of color #40296D: hue angle of 260.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40296D is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6441109-
CMYK0.410.6200.57
HSL260.29º45.33%29.41%-
HSV(B)260.29º62.39%42.75%-
XYZ5.673.7814.9-
YUV55.63158.12133.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=29.91%
G=19.16%
B=50.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64411090.410.6200.57260.2945.3329.41
Hex40296D293E0391042d1d
Octal1005115551760714045535
Binary10000001010011101101101001111110011100110000010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40296D; }

 p { color: rgb(64,41,109); }

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

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

 a { background-color: rgb(64,41,109); }

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

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

 span { border-color: rgb(64,41,109); }

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