#3E2871

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

Shades of Windsor #3E2871

Tints of Windsor #3E2871

Color information

#3E2871 (or 0x3E2871) is unknown color: approx Windsor. HEX triplet: 3E, 28 and 71. RGB value is (62,40,113). Sum of RGB (Red+Green+Blue) = 62+40+113=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2871 is #C1D78E. Grayscale: #363636. Windows color (decimal): -12703631 or 7415870. OLE color: 7415870.

HSL color Cylindrical-coordinate representation of color #3E2871: hue angle of 258.08º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E2871 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6240113-
CMYK0.450.6500.56
HSL258.08º47.71%30%-
HSV(B)258.08º64.6%44.31%-
XYZ5.733.7316.04-
YUV54.9160.79133.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=28.84%
G=18.60%
B=52.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62401130.450.6500.56258.0847.7130
Hex3E28712D41038102301e
Octal7650161551010704026036
Binary11111010100011100011011011000001011100010000001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,113); }

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

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

 a { background-color: rgb(62,40,113); }

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

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

 span { border-color: rgb(62,40,113); }

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