#40236E

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

Shades of Windsor #40236E

Tints of Windsor #40236E

Color information

#40236E (or 0x40236E) is unknown color: approx Windsor. HEX triplet: 40, 23 and 6E. RGB value is (64,35,110). Sum of RGB (Red+Green+Blue) = 64+35+110=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #40236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40236E is #BFDC91. Grayscale: #333333. Windows color (decimal): -12573842 or 7217984. OLE color: 7217984.

HSL color Cylindrical-coordinate representation of color #40236E: hue angle of 263.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40236E is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6435110-
CMYK0.420.6800.57
HSL263.2º51.72%28.43%-
HSV(B)263.2º68.18%43.14%-
XYZ5.533.4215.12-
YUV52.22160.61136.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=30.62%
G=16.75%
B=52.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64351100.420.6800.57263.251.7228.43
Hex40236E2A44039107341c
Octal10043156521040714076434
Binary100000010001111011101010101000100011100110000011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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