#3E247F

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

Shades of Windsor #3E247F

Tints of Windsor #3E247F

Color information

#3E247F (or 0x3E247F) is unknown color: approx Windsor. HEX triplet: 3E, 24 and 7F. RGB value is (62,36,127). Sum of RGB (Red+Green+Blue) = 62+36+127=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E247F is #C1DB80. Grayscale: #353535. Windows color (decimal): -12704641 or 8332350. OLE color: 8332350.

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

Color convert

RGB6236127-
CMYK0.510.7200.50
HSL257.14º55.83%31.96%-
HSV(B)257.14º71.65%49.8%-
XYZ6.453.8220.48-
YUV54.15169.11133.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 127 (50% from 255) = 56.44%
R=27.56%
G=16%
B=56.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62361270.510.7200.50257.1455.8331.96
Hex3E247F33480321013820
Octal7644177631100624017040
Binary111110100100111111111001110010000110010100000001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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