#40287D

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

Shades of Windsor #40287D

Tints of Windsor #40287D

Color information

#40287D (or 0x40287D) is unknown color: approx Windsor. HEX triplet: 40, 28 and 7D. RGB value is (64,40,125). Sum of RGB (Red+Green+Blue) = 64+40+125=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #40287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287D is #BFD782. Grayscale: #383838. Windows color (decimal): -12572547 or 8202304. OLE color: 8202304.

HSL color Cylindrical-coordinate representation of color #40287D: hue angle of 256.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40287D is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6440125-
CMYK0.490.6800.51
HSL256.94º51.52%32.35%-
HSV(B)256.94º68%49.02%-
XYZ6.574.0919.84-
YUV56.87166.45133.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=27.95%
G=17.47%
B=54.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64401250.490.6800.51256.9451.5232.35
Hex40287D31440331013420
Octal10050175611040634016440
Binary1000000101000111110111000110001000110011100000001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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