#40296B

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

Shades of Windsor #40296B

Tints of Windsor #40296B

Color information

#40296B (or 0x40296B) is unknown color: approx Windsor. HEX triplet: 40, 29 and 6B. RGB value is (64,41,107). Sum of RGB (Red+Green+Blue) = 64+41+107=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #40296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40296B is #BFD694. Grayscale: #373737. Windows color (decimal): -12572309 or 7022912. OLE color: 7022912.

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

Color convert

RGB6441107-
CMYK0.400.6200.58
HSL260.91º44.59%29.02%-
HSV(B)260.91º61.68%41.96%-
XYZ5.563.7414.34-
YUV55.4157.12134.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=30.19%
G=19.34%
B=50.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64411070.400.6200.58260.9144.5929.02
Hex40296B283E03A1052d1d
Octal1005115350760724055535
Binary10000001010011101011101000111110011101010000010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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