#40286C

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

Shades of Windsor #40286C

Tints of Windsor #40286C

Color information

#40286C (or 0x40286C) is unknown color: approx Windsor. HEX triplet: 40, 28 and 6C. RGB value is (64,40,108). Sum of RGB (Red+Green+Blue) = 64+40+108=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #40286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40286C is #BFD793. Grayscale: #363636. Windows color (decimal): -12572564 or 7088192. OLE color: 7088192.

HSL color Cylindrical-coordinate representation of color #40286C: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40286C is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6440108-
CMYK0.410.6300.58
HSL261.18º45.95%29.02%-
HSV(B)261.18º62.96%42.35%-
XYZ5.583.6914.61-
YUV54.93157.95134.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=30.19%
G=18.87%
B=50.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64401080.410.6300.58261.1845.9529.02
Hex40286C293F03A1052e1d
Octal1005015451770724055635
Binary10000001010001101100101001111111011101010000010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40286C; }

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

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

<style>
 a { background-color: #40286C; }

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

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

<style>
 span { border-color: #40286C; }

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

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