#40297A

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

Shades of Windsor #40297A

Tints of Windsor #40297A

Color information

#40297A (or 0x40297A) is unknown color: approx Windsor. HEX triplet: 40, 29 and 7A. RGB value is (64,41,122). Sum of RGB (Red+Green+Blue) = 64+41+122=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #40297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40297A is #BFD685. Grayscale: #383838. Windows color (decimal): -12572294 or 8005952. OLE color: 8005952.

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

Color convert

RGB6441122-
CMYK0.480.6600.52
HSL257.04º49.69%31.96%-
HSV(B)257.04º66.39%47.84%-
XYZ6.424.0818.86-
YUV57.11164.62132.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=28.19%
G=18.06%
B=53.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64411220.480.6600.52257.0449.6931.96
Hex40297A30420341013220
Octal10051172601020644016240
Binary1000000101001111101011000010000100110100100000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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