#3E297B

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

Shades of Windsor #3E297B

Tints of Windsor #3E297B

Color information

#3E297B (or 0x3E297B) is unknown color: approx Windsor. HEX triplet: 3E, 29 and 7B. RGB value is (62,41,123). Sum of RGB (Red+Green+Blue) = 62+41+123=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E297B is #C1D684. Grayscale: #383838. Windows color (decimal): -12703365 or 8071486. OLE color: 8071486.

HSL color Cylindrical-coordinate representation of color #3E297B: hue angle of 255.37º 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 #3E297B is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6241123-
CMYK0.500.6700.52
HSL255.37º50%32.16%-
HSV(B)255.37º66.67%48.24%-
XYZ6.354.0419.18-
YUV56.63165.46131.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=27.43%
G=18.14%
B=54.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62411230.500.6700.52255.375032.16
Hex3E297B3243034ff3220
Octal7651173621030643776240
Binary11111010100111110111100101000011011010011111111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E297B; }

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

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

<style>
 a { background-color: #3E297B; }

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

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

<style>
 span { border-color: #3E297B; }

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

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