#3E317D

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

Shades of Windsor #3E317D

Tints of Windsor #3E317D

Color information

#3E317D (or 0x3E317D) is unknown color: approx Windsor. HEX triplet: 3E, 31 and 7D. RGB value is (62,49,125). Sum of RGB (Red+Green+Blue) = 62+49+125=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E317D is #C1CE82. Grayscale: #3D3D3D. Windows color (decimal): -12701315 or 8204606. OLE color: 8204606.

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

Color convert

RGB6249125-
CMYK0.500.6100.51
HSL250.26º43.68%34.12%-
HSV(B)250.26º60.8%49.02%-
XYZ6.794.719.95-
YUV61.55163.81128.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.27%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=26.27%
G=20.76%
B=52.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62491250.500.6100.51250.2643.6834.12
Hex3E317D323D033fa2c22
Octal766117562750633725442
Binary1111101100011111101110010111101011001111111010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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