#40248E

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

Shades of Windsor #40248E

Tints of Windsor #40248E

Color information

#40248E (or 0x40248E) is unknown color: approx Windsor. HEX triplet: 40, 24 and 8E. RGB value is (64,36,142). Sum of RGB (Red+Green+Blue) = 64+36+142=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #40248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40248E is #BFDB71. Grayscale: #383838. Windows color (decimal): -12573554 or 9315392. OLE color: 9315392.

HSL color Cylindrical-coordinate representation of color #40248E: hue angle of 255.85º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40248E is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6436142-
CMYK0.550.7500.44
HSL255.85º59.55%34.9%-
HSV(B)255.85º74.65%55.69%-
XYZ7.634.326.02-
YUV56.46176.28133.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=26.45%
G=14.88%
B=58.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64361420.550.7500.44255.8559.5534.9
Hex40248E374B02C1003c23
Octal10044216671130544007443
Binary10000001001001000111011011110010110101100100000000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40248E; }

 p { color: rgb(64,36,142); }

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

<style>
 a { background-color: #40248E; }

 a { background-color: rgb(64,36,142); }

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

<style>
 span { border-color: #40248E; }

 span { border-color: rgb(64,36,142); }

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