#40297B

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

Shades of Windsor #40297B

Tints of Windsor #40297B

Color information

#40297B (or 0x40297B) is unknown color: approx Windsor. HEX triplet: 40, 29 and 7B. RGB value is (64,41,123). Sum of RGB (Red+Green+Blue) = 64+41+123=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #40297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40297B is #BFD684. Grayscale: #383838. Windows color (decimal): -12572293 or 8071488. OLE color: 8071488.

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

Color convert

RGB6441123-
CMYK0.480.6700.52
HSL256.83º50%32.16%-
HSV(B)256.83º66.67%48.24%-
XYZ6.484.1119.19-
YUV57.22165.12132.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=28.07%
G=17.98%
B=53.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64411230.480.6700.52256.835032.16
Hex40297B30430341013220
Octal10051173601030644016240
Binary1000000101001111101111000010000110110100100000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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