#40287A

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

Shades of Windsor #40287A

Tints of Windsor #40287A

Color information

#40287A (or 0x40287A) is unknown color: approx Windsor. HEX triplet: 40, 28 and 7A. RGB value is (64,40,122). Sum of RGB (Red+Green+Blue) = 64+40+122=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #40287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287A is #BFD785. Grayscale: #383838. Windows color (decimal): -12572550 or 8005696. OLE color: 8005696.

HSL color Cylindrical-coordinate representation of color #40287A: hue angle of 257.56º 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 #40287A is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6440122-
CMYK0.480.6700.52
HSL257.56º50.62%31.76%-
HSV(B)257.56º67.21%47.84%-
XYZ6.394.0118.85-
YUV56.52164.95133.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=28.32%
G=17.70%
B=53.98%

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
Decimal64401220.480.6700.52257.5650.6231.76
Hex40287A30430341023320
Octal10050172601030644026340
Binary1000000101000111101011000010000110110100100000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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