#40327B

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

Shades of Windsor #40327B

Tints of Windsor #40327B

Color information

#40327B (or 0x40327B) is unknown color: approx Windsor. HEX triplet: 40, 32 and 7B. RGB value is (64,50,123). Sum of RGB (Red+Green+Blue) = 64+50+123=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #40327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40327B is #BFCD84. Grayscale: #3E3E3E. Windows color (decimal): -12569989 or 8073792. OLE color: 8073792.

HSL color Cylindrical-coordinate representation of color #40327B: hue angle of 251.51º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40327B is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6450123-
CMYK0.480.5900.52
HSL251.51º42.2%33.92%-
HSV(B)251.51º59.35%48.24%-
XYZ6.834.819.31-
YUV62.51162.14129.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=27.00%
G=21.10%
B=51.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64501230.480.5900.52251.5142.233.92
Hex40327B303B034fc2a22
Octal1006217360730643745242
Binary10000001100101111011110000111011011010011111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40327B; }

 p { color: rgb(64,50,123); }

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

<style>
 a { background-color: #40327B; }

 a { background-color: rgb(64,50,123); }

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

<style>
 span { border-color: #40327B; }

 span { border-color: rgb(64,50,123); }

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