#40287B

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

Shades of Windsor #40287B

Tints of Windsor #40287B

Color information

#40287B (or 0x40287B) is unknown color: approx Windsor. HEX triplet: 40, 28 and 7B. RGB value is (64,40,123). Sum of RGB (Red+Green+Blue) = 64+40+123=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #40287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287B is #BFD784. Grayscale: #383838. Windows color (decimal): -12572549 or 8071232. OLE color: 8071232.

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

Color convert

RGB6440123-
CMYK0.480.6700.52
HSL257.35º50.92%31.96%-
HSV(B)257.35º67.48%48.24%-
XYZ6.454.0419.18-
YUV56.64165.45133.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=28.19%
G=17.62%
B=54.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64401230.480.6700.52257.3550.9231.96
Hex40287B30430341013320
Octal10050173601030644016340
Binary1000000101000111101111000010000110110100100000001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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