#3e2e7f

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

Shades of Windsor #3E2E7F

Tints of Windsor #3E2E7F

Color information

#3E2E7F (or 0x3E2E7F) is unknown color: approx Windsor. HEX triplet: 3E, 2E and 7F. RGB value is (62,46,127). Sum of RGB (Red+Green+Blue) = 62+46+127=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E2E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E7F is #C1D180. Grayscale: #3B3B3B. Windows color (decimal): -12702081 or 8334910. OLE color: 8334910.

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

Color convert

RGB6246127-
CMYK0.510.6400.50
HSL251.85º46.82%33.92%-
HSV(B)251.85º63.78%49.8%-
XYZ6.794.5120.59-
YUV60.02165.8129.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 127 (50% from 255) = 54.04%
R=26.38%
G=19.57%
B=54.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62461270.510.6400.50251.8546.8233.92
Hex3E2E7F3340032fc2f22
Octal7656177631000623745742
Binary11111010111011111111100111000000011001011111100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e2e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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