#3E2774

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

Shades of Windsor #3E2774

Tints of Windsor #3E2774

Color information

#3E2774 (or 0x3E2774) is unknown color: approx Windsor. HEX triplet: 3E, 27 and 74. RGB value is (62,39,116). Sum of RGB (Red+Green+Blue) = 62+39+116=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E2774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2774 is #C1D88B. Grayscale: #363636. Windows color (decimal): -12703884 or 7612222. OLE color: 7612222.

HSL color Cylindrical-coordinate representation of color #3E2774: hue angle of 257.92º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E2774 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6239116-
CMYK0.470.6600.55
HSL257.92º49.68%30.39%-
HSV(B)257.92º66.38%45.49%-
XYZ5.863.7416.94-
YUV54.66162.62133.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.57%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=28.57%
G=17.97%
B=53.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62391160.470.6600.55257.9249.6830.39
Hex3E27742F42037102321e
Octal7647164571020674026236
Binary11111010011111101001011111000010011011110000001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,39,116); }

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

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

 a { background-color: rgb(62,39,116); }

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

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

 span { border-color: rgb(62,39,116); }

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