#40268D

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

Shades of Windsor #40268D

Tints of Windsor #40268D

Color information

#40268D (or 0x40268D) is unknown color: approx Windsor. HEX triplet: 40, 26 and 8D. RGB value is (64,38,141). Sum of RGB (Red+Green+Blue) = 64+38+141=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #40268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40268D is #BFD972. Grayscale: #393939. Windows color (decimal): -12573043 or 9250368. OLE color: 9250368.

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

Color convert

RGB6438141-
CMYK0.550.7300.45
HSL255.15º57.54%35.1%-
HSV(B)255.15º73.05%55.29%-
XYZ7.624.425.65-
YUV57.52175.11132.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=26.34%
G=15.64%
B=58.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64381410.550.7300.45255.1557.5435.1
Hex40268D374902Dff3a23
Octal10046215671110553777243
Binary1000000100110100011011101111001001010110111111111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40268D; }

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

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

<style>
 a { background-color: #40268D; }

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

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

<style>
 span { border-color: #40268D; }

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

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