#3E2374

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

Shades of Windsor #3E2374

Tints of Windsor #3E2374

Color information

#3E2374 (or 0x3E2374) is unknown color: approx Windsor. HEX triplet: 3E, 23 and 74. RGB value is (62,35,116). Sum of RGB (Red+Green+Blue) = 62+35+116=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2374 is #C1DC8B. Grayscale: #343434. Windows color (decimal): -12704908 or 7611198. OLE color: 7611198.

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

Color convert

RGB6235116-
CMYK0.470.7000.55
HSL260º53.64%29.61%-
HSV(B)260º69.83%45.49%-
XYZ5.743.4916.89-
YUV52.31163.95134.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=29.11%
G=16.43%
B=54.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62351160.470.7000.5526053.6429.61
Hex3E23742F46037104361e
Octal7643164571060674046636
Binary11111010001111101001011111000110011011110000010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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