#40266E

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

Shades of Windsor #40266E

Tints of Windsor #40266E

Color information

#40266E (or 0x40266E) is unknown color: approx Windsor. HEX triplet: 40, 26 and 6E. RGB value is (64,38,110). Sum of RGB (Red+Green+Blue) = 64+38+110=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #40266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40266E is #BFD991. Grayscale: #353535. Windows color (decimal): -12573074 or 7218752. OLE color: 7218752.

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

Color convert

RGB6438110-
CMYK0.420.6500.57
HSL261.67º48.65%29.02%-
HSV(B)261.67º65.45%43.14%-
XYZ5.623.615.15-
YUV53.98159.61135.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=30.19%
G=17.92%
B=51.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64381100.420.6500.57261.6748.6529.02
Hex40266E2A41039106311d
Octal10046156521010714066135
Binary100000010011011011101010101000001011100110000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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