#3E317F

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

Shades of Windsor #3E317F

Tints of Windsor #3E317F

Color information

#3E317F (or 0x3E317F) is unknown color: approx Windsor. HEX triplet: 3E, 31 and 7F. RGB value is (62,49,127). Sum of RGB (Red+Green+Blue) = 62+49+127=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E317F is #C1CE80. Grayscale: #3D3D3D. Windows color (decimal): -12701313 or 8335678. OLE color: 8335678.

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

Color convert

RGB6249127-
CMYK0.510.6100.50
HSL250º44.32%34.51%-
HSV(B)250º61.42%49.8%-
XYZ6.924.7520.63-
YUV61.78164.81128.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 127 (50% from 255) = 53.36%
R=26.05%
G=20.59%
B=53.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62491270.510.6100.5025044.3234.51
Hex3E317F333D032fa2c23
Octal766117763750623725443
Binary1111101100011111111110011111101011001011111010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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