#40268A

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

Shades of Windsor #40268A

Tints of Windsor #40268A

Color information

#40268A (or 0x40268A) is unknown color: approx Windsor. HEX triplet: 40, 26 and 8A. RGB value is (64,38,138). Sum of RGB (Red+Green+Blue) = 64+38+138=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #40268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40268A is #BFD975. Grayscale: #383838. Windows color (decimal): -12573046 or 9053760. OLE color: 9053760.

HSL color Cylindrical-coordinate representation of color #40268A: hue angle of 255.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40268A is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6438138-
CMYK0.540.7200.46
HSL255.6º56.82%34.51%-
HSV(B)255.6º72.46%54.12%-
XYZ7.394.3124.49-
YUV57.17173.61132.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=26.67%
G=15.83%
B=57.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64381380.540.7200.46255.656.8234.51
Hex40268A364802E1003923
Octal10046212661100564007143
Binary10000001001101000101011011010010000101110100000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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