#40248d

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

Shades of Windsor #40248D

Tints of Windsor #40248D

Color information

#40248D (or 0x40248D) is unknown color: approx Windsor. HEX triplet: 40, 24 and 8D. RGB value is (64,36,141). Sum of RGB (Red+Green+Blue) = 64+36+141=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #40248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40248D is #BFDB72. Grayscale: #373737. Windows color (decimal): -12573555 or 9249856. OLE color: 9249856.

HSL color Cylindrical-coordinate representation of color #40248D: hue angle of 256º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40248D is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6436141-
CMYK0.550.7400.45
HSL256º59.32%34.71%-
HSV(B)256º74.47%55.29%-
XYZ7.554.2725.63-
YUV56.34175.78133.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=26.56%
G=14.94%
B=58.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64361410.550.7400.4525659.3234.71
Hex40248D374A02D1003b23
Octal10044215671120554007343
Binary10000001001001000110111011110010100101101100000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40248d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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