#3E2978

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

Shades of Windsor #3E2978

Tints of Windsor #3E2978

Color information

#3E2978 (or 0x3E2978) is unknown color: approx Windsor. HEX triplet: 3E, 29 and 78. RGB value is (62,41,120). Sum of RGB (Red+Green+Blue) = 62+41+120=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E2978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2978 is #C1D687. Grayscale: #373737. Windows color (decimal): -12703368 or 7874878. OLE color: 7874878.

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

Color convert

RGB6241120-
CMYK0.480.6600.53
HSL255.95º49.07%31.57%-
HSV(B)255.95º65.83%47.06%-
XYZ6.173.9718.21-
YUV56.28163.96132.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=27.80%
G=18.39%
B=53.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62411200.480.6600.53255.9549.0731.57
Hex3E297830420351003120
Octal7651170601020654006140
Binary111110101001111100011000010000100110101100000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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