#40278A

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

Shades of Windsor #40278A

Tints of Windsor #40278A

Color information

#40278A (or 0x40278A) is unknown color: approx Windsor. HEX triplet: 40, 27 and 8A. RGB value is (64,39,138). Sum of RGB (Red+Green+Blue) = 64+39+138=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #40278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40278A is #BFD875. Grayscale: #393939. Windows color (decimal): -12572790 or 9054016. OLE color: 9054016.

HSL color Cylindrical-coordinate representation of color #40278A: hue angle of 255.15º degrees, saturation: 0.56, 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 #40278A is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6439138-
CMYK0.540.7200.46
HSL255.15º55.93%34.71%-
HSV(B)255.15º71.74%54.12%-
XYZ7.434.3824.5-
YUV57.76173.28132.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=26.56%
G=16.18%
B=57.26%

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
Decimal64391380.540.7200.46255.1555.9334.71
Hex40278A364802Eff3823
Octal10047212661100563777043
Binary1000000100111100010101101101001000010111011111111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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