#3E297F

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

Shades of Windsor #3E297F

Tints of Windsor #3E297F

Color information

#3E297F (or 0x3E297F) is unknown color: approx Windsor. HEX triplet: 3E, 29 and 7F. RGB value is (62,41,127). Sum of RGB (Red+Green+Blue) = 62+41+127=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E297F is #C1D680. Grayscale: #383838. Windows color (decimal): -12703361 or 8333630. OLE color: 8333630.

HSL color Cylindrical-coordinate representation of color #3E297F: hue angle of 254.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E297F is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6241127-
CMYK0.510.6800.50
HSL254.65º51.19%32.94%-
HSV(B)254.65º67.72%49.8%-
XYZ6.614.1420.53-
YUV57.08167.46131.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 127 (50% from 255) = 55.22%
R=26.96%
G=17.83%
B=55.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62411270.510.6800.50254.6551.1932.94
Hex3E297F3344032ff3321
Octal7651177631040623776341
Binary11111010100111111111100111000100011001011111111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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