#40287F

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

Shades of Windsor #40287F

Tints of Windsor #40287F

Color information

#40287F (or 0x40287F) is unknown color: approx Windsor. HEX triplet: 40, 28 and 7F. RGB value is (64,40,127). Sum of RGB (Red+Green+Blue) = 64+40+127=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #40287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287F is #BFD780. Grayscale: #383838. Windows color (decimal): -12572545 or 8333376. OLE color: 8333376.

HSL color Cylindrical-coordinate representation of color #40287F: hue angle of 256.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40287F is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6440127-
CMYK0.500.6900.50
HSL256.55º52.1%32.75%-
HSV(B)256.55º68.5%49.8%-
XYZ6.74.1420.52-
YUV57.09167.45132.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 127 (50% from 255) = 54.98%
R=27.71%
G=17.32%
B=54.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64401270.500.6900.50256.5552.132.75
Hex40287F32450321013421
Octal10050177621050624016441
Binary1000000101000111111111001010001010110010100000001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40287F; }

 p { color: rgb(64,40,127); }

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

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

 a { background-color: rgb(64,40,127); }

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

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

 span { border-color: rgb(64,40,127); }

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