#40237E

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

Shades of Windsor #40237E

Tints of Windsor #40237E

Color information

#40237E (or 0x40237E) is unknown color: approx Windsor. HEX triplet: 40, 23 and 7E. RGB value is (64,35,126). Sum of RGB (Red+Green+Blue) = 64+35+126=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #40237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40237E is #BFDC81. Grayscale: #353535. Windows color (decimal): -12573826 or 8266560. OLE color: 8266560.

HSL color Cylindrical-coordinate representation of color #40237E: hue angle of 259.12º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40237E is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6435126-
CMYK0.490.7200.51
HSL259.12º56.52%31.57%-
HSV(B)259.12º72.22%49.41%-
XYZ6.483.820.13-
YUV54.04168.61135.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 126 (49.61% from 255) = 56%
R=28.44%
G=15.56%
B=56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64351260.490.7200.51259.1256.5231.57
Hex40237E31480331033920
Octal10043176611100634037140
Binary1000000100011111111011000110010000110011100000011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,35,126); }

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

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

 a { background-color: rgb(64,35,126); }

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

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

 span { border-color: rgb(64,35,126); }

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