#3E2078

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

Shades of Windsor #3E2078

Tints of Windsor #3E2078

Color information

#3E2078 (or 0x3E2078) is unknown color: approx Windsor. HEX triplet: 3E, 20 and 78. RGB value is (62,32,120). Sum of RGB (Red+Green+Blue) = 62+32+120=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2078 is #C1DF87. Grayscale: #323232. Windows color (decimal): -12705672 or 7872574. OLE color: 7872574.

HSL color Cylindrical-coordinate representation of color #3E2078: hue angle of 260.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2078 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6232120-
CMYK0.480.7300.53
HSL260.45º57.89%29.8%-
HSV(B)260.45º73.33%47.06%-
XYZ5.893.4118.12-
YUV51166.94135.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=28.97%
G=14.95%
B=56.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62321200.480.7300.53260.4557.8929.8
Hex3E207830490351043a1e
Octal7640170601110654047236
Binary11111010000011110001100001001001011010110000010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,120); }

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

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

 a { background-color: rgb(62,32,120); }

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

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

 span { border-color: rgb(62,32,120); }

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